diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index ac86828..42b862f 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -3,10 +3,10 @@ id: 3eeea668-4ef4-464e-a888-bdfa023bedf5 management: docChecksum: a6fee1797b2da7ccbaf7743772a40b56 docVersion: 0.0.3 - speakeasyVersion: 1.396.6 - generationVersion: 2.415.6 - releaseVersion: 0.12.0 - configChecksum: 0cee75aa4ab23c98852bbc543b467fa2 + speakeasyVersion: 1.397.2 + generationVersion: 2.415.8 + releaseVersion: 0.12.1 + configChecksum: 3542b6f5ca69dd1c3224d6a740605f19 repoURL: https://github.com/LukeHagar/plexpy.git repoSubDirectory: . installationURL: https://github.com/LukeHagar/plexpy.git diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 7c2b68b..314e7a7 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true python: - version: 0.12.0 + version: 0.12.1 additionalDependencies: dev: {} main: {} diff --git a/RELEASES.md b/RELEASES.md index 9ce92d0..1c1e2fc 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -728,4 +728,14 @@ Based on: ### Generated - [python v0.12.0] . ### Releases -- [PyPI v0.12.0] https://pypi.org/project/plex-api-client/0.12.0 - . \ No newline at end of file +- [PyPI v0.12.0] https://pypi.org/project/plex-api-client/0.12.0 - . + +## 2024-09-16 18:25:49 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.397.2 (2.415.8) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.12.1] . +### Releases +- [PyPI v0.12.1] https://pypi.org/project/plex-api-client/0.12.1 - . \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4b7c637..0d7cc0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plex-api-client" -version = "0.12.0" +version = "0.12.1" description = "Python Client SDK Generated by Speakeasy" authors = ["Speakeasy",] readme = "README-PYPI.md" diff --git a/src/plex_api_client/sdkconfiguration.py b/src/plex_api_client/sdkconfiguration.py index 928b953..413be6f 100644 --- a/src/plex_api_client/sdkconfiguration.py +++ b/src/plex_api_client/sdkconfiguration.py @@ -39,9 +39,9 @@ class SDKConfiguration: server_defaults: List[Dict[str, str]] = field(default_factory=List) language: str = "python" openapi_doc_version: str = "0.0.3" - sdk_version: str = "0.12.0" - gen_version: str = "2.415.6" - user_agent: str = "speakeasy-sdk/python 0.12.0 2.415.6 0.0.3 plex-api-client" + sdk_version: str = "0.12.1" + gen_version: str = "2.415.8" + user_agent: str = "speakeasy-sdk/python 0.12.1 2.415.8 0.0.3 plex-api-client" retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET) timeout_ms: Optional[int] = None