Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.121.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 21, 2023
1 parent b3bd761 commit fc44f71
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.121.1 (2.194.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.10.3] .
- [python v0.10.3] .

## 2023-11-21 01:19:53
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.121.3 (2.195.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.10.4] .
8 changes: 4 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ configVersion: 1.0.0
management:
docChecksum: 2516596125ef223fbbef6c434d22eaac
docVersion: 1.0.0
speakeasyVersion: 1.121.1
generationVersion: 2.194.1
speakeasyVersion: 1.121.3
generationVersion: 2.195.2
generation:
comments: {}
sdkClassName: test
Expand All @@ -12,10 +12,10 @@ generation:
optionalPropertyRendering: withExample
features:
python:
core: 4.1.4
core: 4.1.5
globalServerURLs: 2.82.1
python:
version: 0.10.3
version: 0.10.4
author: my-test
clientServerStatusCodesAsErrors: true
description: Python Client SDK Generated by Speakeasy
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="test",
version="0.10.3",
version="0.10.4",
author="my-test",
description="Python Client SDK Generated by Speakeasy",
long_description=long_description,
Expand All @@ -30,7 +30,7 @@
"six>=1.16.0",
"typing-inspect>=0.9.0",
"typing_extensions>=4.7.1",
"urllib3>=2.0.4",
"urllib3>=1.26.18",
],
extras_require={
"dev":["pylint==2.16.2"]
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.10.3'
gen_version: str = '2.194.1'
user_agent: str = 'speakeasy-sdk/python 0.10.3 2.194.1 1.0.0 test'
sdk_version: str = '0.10.4'
gen_version: str = '2.195.2'
user_agent: str = 'speakeasy-sdk/python 0.10.4 2.195.2 1.0.0 test'
retry_config: RetryConfig = None

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

0 comments on commit fc44f71

Please sign in to comment.