Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.92.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 2, 2023
1 parent 2cb38ff commit a4bc623
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 @@ -118,4 +118,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.92.2 (2.142.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.7.0] .
- [python v0.7.0] .

## 2023-10-02 01:13:48
### Changes
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] .
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.2
generationVersion: 2.142.2
speakeasyVersion: 1.92.3
generationVersion: 2.143.2
generation:
comments:
disableComments: false
Expand All @@ -14,10 +14,10 @@ generation:
tagNamespacingDisabled: false
features:
python:
core: 2.88.0
core: 2.88.1
globalServerURLs: 2.82.0
python:
version: 0.7.0
version: 0.7.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.7.0",
version="0.7.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.7.0'
gen_version: str = '2.142.2'
user_agent: str = 'speakeasy-sdk/python 0.7.0 2.142.2 1.0.0 test'
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'
retry_config: RetryConfig = None

def get_server_details(self) -> tuple[str, dict[str, str]]:
Expand Down

0 comments on commit a4bc623

Please sign in to comment.