diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 5e0d11a..b2cdad5 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -4,15 +4,15 @@ management: docChecksum: 2516596125ef223fbbef6c434d22eaac docVersion: 1.0.0 speakeasyVersion: internal - generationVersion: 2.225.2 - releaseVersion: 0.11.1 - configChecksum: 7e7d6063705b505104f68b1ae880ca34 + generationVersion: 2.228.1 + releaseVersion: 0.11.2 + configChecksum: d15c328d3610e2520e162998d8b04198 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.0 + core: 4.4.1 globalServerURLs: 2.82.1 generatedFiles: - src/test/sdkconfiguration.py diff --git a/README.md b/README.md index fffcede..5349140 100755 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ if res.status_code == 200: ## Custom HTTP Client -The Python SDK makes API calls using the (requests)[https://pypi.org/project/requests/] HTTP library. In order to provide a convenient way to configure timeouts, cookies, proxies, custom headers, and other low-level configuration, you can initialize the SDK client with a custom `requests.Session` object. +The Python SDK makes API calls using the [requests](https://pypi.org/project/requests/) HTTP library. In order to provide a convenient way to configure timeouts, cookies, proxies, custom headers, and other low-level configuration, you can initialize the SDK client with a custom `requests.Session` object. For example, you could specify a header for every request that this sdk makes as follows: ```python diff --git a/RELEASES.md b/RELEASES.md index f97326e..e5542de 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -246,4 +246,12 @@ Based on: - OpenAPI Doc 1.0.0 - Speakeasy CLI 1.130.1 (2.225.2) https://github.com/speakeasy-api/speakeasy ### Generated -- [python v0.11.1] . \ No newline at end of file +- [python v0.11.1] . + +## 2024-01-06 00:48:46 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.133.1 (2.228.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.11.2] . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index e36ec34..f9a0140 100644 --- a/gen.yaml +++ b/gen.yaml @@ -6,7 +6,7 @@ generation: fixes: nameResolutionDec2023: false python: - version: 0.11.1 + version: 0.11.2 author: my-test clientServerStatusCodesAsErrors: true description: Python Client SDK Generated by Speakeasy diff --git a/setup.py b/setup.py index 9fc3858..b83c329 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="test", - version="0.11.1", + version="0.11.2", 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 3f8a492..adf3dae 100644 --- 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.11.1' - gen_version: str = '2.225.2' - user_agent: str = 'speakeasy-sdk/python 0.11.1 2.225.2 1.0.0 test' + sdk_version: str = '0.11.2' + gen_version: str = '2.228.1' + user_agent: str = 'speakeasy-sdk/python 0.11.2 2.228.1 1.0.0 test' retry_config: RetryConfig = None def get_server_details(self) -> Tuple[str, Dict[str, str]]: