ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.656.1

This commit is contained in:
speakeasybot
2025-11-17 00:04:02 +00:00
parent fe66b0e650
commit 1d16fd5839
6 changed files with 19 additions and 9 deletions

View File

@@ -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

View File

@@ -25,7 +25,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.32.4
version: 0.32.6
additionalDependencies:
dev: {}
main: {}

View File

@@ -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

View File

@@ -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 - .
- [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 - .

View File

@@ -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"

View File

@@ -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: