Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.164.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 2, 2024
1 parent 407d8f3 commit 4f75c89
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ management:
docChecksum: 2516596125ef223fbbef6c434d22eaac
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.245.1
releaseVersion: 0.11.4
configChecksum: 8468bc8b7407b27215139a89192c5663
generationVersion: 2.248.1
releaseVersion: 0.12.0
configChecksum: ee2295e0ac4b568c0c1a60daa0115736
repoURL: https://github.com/speakeasy-sdks/test-repo-test2.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-sdks/test-repo-test2.git
features:
python:
core: 4.4.3
core: 4.4.4
globalServerURLs: 2.82.1
generatedFiles:
- src/test/sdkconfiguration.py
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.161.0 (2.245.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.11.4] .
- [python v0.11.4] .

## 2024-02-02 00:52:36
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.164.1 (2.248.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.12.0] .
3 changes: 2 additions & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ generation:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
python:
version: 0.11.4
version: 0.12.0
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.11.4",
version="0.12.0",
author="my-test",
description="Python Client SDK Generated by Speakeasy",
long_description=long_description,
Expand All @@ -19,7 +19,7 @@
install_requires=[
"certifi>=2023.7.22",
"charset-normalizer>=3.2.0",
"dataclasses-json @ git+https://github.com/speakeasy-api/dataclasses-json@fix-union-deserialization",
"dataclasses-json-speakeasy>=0.5.11",
"idna>=3.4",
"jsonpath-python>=1.0.6 ",
"marshmallow>=3.19.0",
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.4'
gen_version: str = '2.245.1'
user_agent: str = 'speakeasy-sdk/python 0.11.4 2.245.1 1.0.0 test'
sdk_version: str = '0.12.0'
gen_version: str = '2.248.1'
user_agent: str = 'speakeasy-sdk/python 0.12.0 2.248.1 1.0.0 test'
retry_config: RetryConfig = None

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

0 comments on commit 4f75c89

Please sign in to comment.