Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 5, 2023
1 parent a4bc623 commit 50d4b19
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.92.3 (2.143.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.7.1] .
- [python v0.7.1] .

## 2023-10-05 01:13:34
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.94.0 (2.147.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.7.2] .
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.92.3
generationVersion: 2.143.2
speakeasyVersion: 1.94.0
generationVersion: 2.147.0
generation:
comments:
disableComments: false
Expand All @@ -14,10 +14,10 @@ generation:
tagNamespacingDisabled: false
features:
python:
core: 2.88.1
core: 2.88.2
globalServerURLs: 2.82.0
python:
version: 0.7.1
version: 0.7.2
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.7.1",
version="0.7.2",
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.7.1'
gen_version: str = '2.143.2'
user_agent: str = 'speakeasy-sdk/python 0.7.1 2.143.2 1.0.0 test'
sdk_version: str = '0.7.2'
gen_version: str = '2.147.0'
user_agent: str = 'speakeasy-sdk/python 0.7.2 2.147.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 50d4b19

Please sign in to comment.