diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 332aa0a..70c0d6e 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 1.1.1 speakeasyVersion: 1.656.1 generationVersion: 2.753.1 - releaseVersion: 0.32.4 - configChecksum: 00eb08c0e236fc5771c7c1e63979b0bd + releaseVersion: 0.32.6 + configChecksum: 82985a7470563244788fc7019f6613a6 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 26b7a3c..8ae5fc6 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -25,7 +25,7 @@ generation: generateNewTests: false skipResponseBodyAssertions: false python: - version: 0.32.4 + version: 0.32.6 additionalDependencies: dev: {} main: {} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 9f62ec7..4e3d199 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -12,7 +12,7 @@ sources: sourceBlobDigest: sha256:b62613477fd824bb42cf0bf5d0f9980448259c9c7456e03ca6a10eef39a3994f tags: - latest - - speakeasy-sdk-regen-1763251296 + - speakeasy-sdk-regen-1763337701 - 1.1.1 targets: plexpy: @@ -21,7 +21,7 @@ targets: sourceRevisionDigest: sha256:56fc783b16af019db4eb0fe52df504315e8e7c7ae41e319a61bba8823f19df4b sourceBlobDigest: sha256:b62613477fd824bb42cf0bf5d0f9980448259c9c7456e03ca6a10eef39a3994f codeSamplesNamespace: code-samples-python-plexpy - codeSamplesRevisionDigest: sha256:2d8b05b520cf62f18e6286e41290ac594d1ddaf56938d77dd3886e6e3f329e83 + codeSamplesRevisionDigest: sha256:39ad594554f1a54269a49bd47d65dd94b314d86d78c2253c0df18faea56898f4 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index 75611c2..8923113 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1148,4 +1148,14 @@ Based on: ### Generated - [python v0.32.4] . ### Releases -- [PyPI v0.32.4] https://pypi.org/project/plex-api-client/0.32.4 - . \ No newline at end of file +- [PyPI v0.32.4] https://pypi.org/project/plex-api-client/0.32.4 - . + +## 2025-11-17 00:01:23 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.32.6] . +### Releases +- [PyPI v0.32.6] https://pypi.org/project/plex-api-client/0.32.6 - . \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 9e8be09..3c3a39a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "plex-api-client" -version = "0.32.4" +version = "0.32.6" description = "Python Client SDK Generated by Speakeasy" authors = [{ name = "Speakeasy" },] readme = "README-PYPI.md" diff --git a/src/plex_api_client/_version.py b/src/plex_api_client/_version.py index 36e1bb5..6a9603d 100644 --- a/src/plex_api_client/_version.py +++ b/src/plex_api_client/_version.py @@ -3,10 +3,10 @@ import importlib.metadata __title__: str = "plex-api-client" -__version__: str = "0.32.4" +__version__: str = "0.32.6" __openapi_doc_version__: str = "1.1.1" __gen_version__: str = "2.753.1" -__user_agent__: str = "speakeasy-sdk/python 0.32.4 2.753.1 1.1.1 plex-api-client" +__user_agent__: str = "speakeasy-sdk/python 0.32.6 2.753.1 1.1.1 plex-api-client" try: if __package__ is not None: