Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.127.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 19, 2023
1 parent 86db3c7 commit 4bc8d9c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Handling errors in this SDK should largely match your expectations. All operati

| Error Object | Status Code | Content Type |
| --------------- | --------------- | --------------- |
| errors.SDKError | 400-600 | */* |
| errors.SDKError | 4x-5xx | */* |

### Example

Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.126.0 (2.213.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.11.0] .
- [python v0.11.0] .

## 2023-12-19 00:55:03
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.127.0 (2.220.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.11.1] .
6 changes: 3 additions & 3 deletions docs/sdks/pets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if res.status_code == 200:

| Error Object | Status Code | Content Type |
| --------------- | --------------- | --------------- |
| errors.SDKError | 400-600 | */* |
| errors.SDKError | 4x-5xx | */* |

## list_pets

Expand Down Expand Up @@ -71,7 +71,7 @@ if res.pets is not None:

| Error Object | Status Code | Content Type |
| --------------- | --------------- | --------------- |
| errors.SDKError | 400-600 | */* |
| errors.SDKError | 4x-5xx | */* |

## show_pet_by_id

Expand Down Expand Up @@ -110,4 +110,4 @@ if res.pet is not None:

| Error Object | Status Code | Content Type |
| --------------- | --------------- | --------------- |
| errors.SDKError | 400-600 | */* |
| errors.SDKError | 4x-5xx | */* |
10 changes: 6 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@ configVersion: 1.0.0
management:
docChecksum: 2516596125ef223fbbef6c434d22eaac
docVersion: 1.0.0
speakeasyVersion: 1.126.0
generationVersion: 2.213.3
speakeasyVersion: 1.127.0
generationVersion: 2.220.0
generation:
comments: {}
sdkClassName: test
repoURL: https://github.com/speakeasy-sdks/test-repo-test2.git
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
features:
python:
core: 4.3.0
core: 4.3.1
globalServerURLs: 2.82.1
python:
version: 0.11.0
version: 0.11.1
author: my-test
clientServerStatusCodesAsErrors: true
description: Python Client SDK Generated by Speakeasy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="test",
version="0.11.0",
version="0.11.1",
author="my-test",
description="Python Client SDK Generated by Speakeasy",
long_description=long_description,
Expand Down
6 changes: 3 additions & 3 deletions src/test/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ class SDKConfiguration:
server_idx: int = 0
language: str = 'python'
openapi_doc_version: str = '1.0.0'
sdk_version: str = '0.11.0'
gen_version: str = '2.213.3'
user_agent: str = 'speakeasy-sdk/python 0.11.0 2.213.3 1.0.0 test'
sdk_version: str = '0.11.1'
gen_version: str = '2.220.0'
user_agent: str = 'speakeasy-sdk/python 0.11.1 2.220.0 1.0.0 test'
retry_config: RetryConfig = None

def get_server_details(self) -> Tuple[str, Dict[str, str]]:
Expand Down

0 comments on commit 4bc8d9c

Please sign in to comment.