From 4ca7901964141238c6894d0ec282256b8b7e311d Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Thu, 15 Feb 2024 01:04:46 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.180.1 --- .speakeasy/gen.lock | 8 ++++---- RELEASES.md | 10 +++++++++- docs/sdks/pets/README.md | 2 +- gen.yaml | 2 +- setup.py | 2 +- src/test/sdkconfiguration.py | 6 +++--- 6 files changed, 19 insertions(+), 11 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index ced8340..178c557 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -4,15 +4,15 @@ management: docChecksum: 2516596125ef223fbbef6c434d22eaac docVersion: 1.0.0 speakeasyVersion: internal - generationVersion: 2.253.0 - releaseVersion: 0.13.0 - configChecksum: a5b4379d1ca0cdeee27bdc9829ad93c1 + generationVersion: 2.258.2 + releaseVersion: 0.13.1 + configChecksum: a0520f518d0ee53a5190269296d9a625 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.5 + core: 4.4.6 globalServerURLs: 2.82.1 generatedFiles: - src/test/sdkconfiguration.py diff --git a/RELEASES.md b/RELEASES.md index 96b1f84..ee01842 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -302,4 +302,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.178.0 (2.253.0) https://github.com/speakeasy-api/speakeasy ### Generated -- [python v0.13.0] . \ No newline at end of file +- [python v0.13.0] . + +## 2024-02-15 01:04:38 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.180.1 (2.258.2) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.13.1] . \ No newline at end of file diff --git a/docs/sdks/pets/README.md b/docs/sdks/pets/README.md index 3749b4c..86963e1 100644 --- a/docs/sdks/pets/README.md +++ b/docs/sdks/pets/README.md @@ -86,7 +86,7 @@ from test.models import operations s = test.Test() req = operations.ShowPetByIDRequest( - pet_id='string', + pet_id='', ) res = s.pets.show_pet_by_id(req) diff --git a/gen.yaml b/gen.yaml index ec45571..c301740 100644 --- a/gen.yaml +++ b/gen.yaml @@ -8,7 +8,7 @@ generation: parameterOrderingFeb2024: false requestResponseComponentNamesFeb2024: false python: - version: 0.13.0 + version: 0.13.1 author: my-test clientServerStatusCodesAsErrors: true description: Python Client SDK Generated by Speakeasy diff --git a/setup.py b/setup.py index 2d2720a..c91dddb 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="test", - version="0.13.0", + version="0.13.1", author="my-test", description="Python Client SDK Generated by Speakeasy", long_description=long_description, diff --git a/src/test/sdkconfiguration.py b/src/test/sdkconfiguration.py index e361b6c..88207d2 100644 --- a/src/test/sdkconfiguration.py +++ b/src/test/sdkconfiguration.py @@ -20,9 +20,9 @@ class SDKConfiguration: server_idx: int = 0 language: str = 'python' openapi_doc_version: str = '1.0.0' - sdk_version: str = '0.13.0' - gen_version: str = '2.253.0' - user_agent: str = 'speakeasy-sdk/python 0.13.0 2.253.0 1.0.0 test' + sdk_version: str = '0.13.1' + gen_version: str = '2.258.2' + user_agent: str = 'speakeasy-sdk/python 0.13.1 2.258.2 1.0.0 test' retry_config: RetryConfig = None def get_server_details(self) -> Tuple[str, Dict[str, str]]: