diff --git a/RELEASES.md b/RELEASES.md index 05148c7..35f13f2 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -134,4 +134,12 @@ 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] . \ No newline at end of file +- [python v0.7.2] . + +## 2023-10-07 01:12:08 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.96.1 (2.150.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.7.3] . \ No newline at end of file diff --git a/docs/sdks/pets/README.md b/docs/sdks/pets/README.md index e7bb59a..8365764 100755 --- a/docs/sdks/pets/README.md +++ b/docs/sdks/pets/README.md @@ -44,9 +44,7 @@ from test.models import operations s = test.Test() -req = operations.ListPetsRequest( - limit=21453, -) +req = operations.ListPetsRequest() res = s.pets.list_pets(req) diff --git a/gen.yaml b/gen.yaml index 1d3603e..cc916a4 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,8 +2,8 @@ configVersion: 1.0.0 management: docChecksum: 2516596125ef223fbbef6c434d22eaac docVersion: 1.0.0 - speakeasyVersion: 1.94.0 - generationVersion: 2.147.0 + speakeasyVersion: 1.96.1 + generationVersion: 2.150.0 generation: comments: disableComments: false @@ -14,12 +14,13 @@ generation: tagNamespacingDisabled: false features: python: - core: 2.88.2 + core: 2.88.4 globalServerURLs: 2.82.0 python: - version: 0.7.2 + version: 0.7.3 author: my-test clientServerStatusCodesAsErrors: true description: Python Client SDK Generated by Speakeasy + flattenGlobalSecurity: true maxMethodParams: 0 packageName: test diff --git a/setup.py b/setup.py index 3b37287..f90002b 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="test", - version="0.7.2", + version="0.7.3", author="my-test", description="Python Client SDK Generated by Speakeasy", long_description=long_description, diff --git a/src/test/models/__init__.py b/src/test/models/__init__.py index 889f8ad..36628d6 100755 --- a/src/test/models/__init__.py +++ b/src/test/models/__init__.py @@ -1,2 +1,3 @@ """Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.""" +# __init__.py diff --git a/src/test/sdkconfiguration.py b/src/test/sdkconfiguration.py index e3e1f7c..c1d7d32 100755 --- a/src/test/sdkconfiguration.py +++ b/src/test/sdkconfiguration.py @@ -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.2' - gen_version: str = '2.147.0' - user_agent: str = 'speakeasy-sdk/python 0.7.2 2.147.0 1.0.0 test' + sdk_version: str = '0.7.3' + gen_version: str = '2.150.0' + user_agent: str = 'speakeasy-sdk/python 0.7.3 2.150.0 1.0.0 test' retry_config: RetryConfig = None def get_server_details(self) -> tuple[str, dict[str, str]]: