ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.656.1

This commit is contained in:
speakeasybot
2025-11-15 00:04:00 +00:00
parent 69fc422fd0
commit 6a1395c616
6 changed files with 20 additions and 9 deletions

View File

@@ -5,8 +5,8 @@ management:
docVersion: 1.1.1 docVersion: 1.1.1
speakeasyVersion: 1.656.1 speakeasyVersion: 1.656.1
generationVersion: 2.753.1 generationVersion: 2.753.1
releaseVersion: 0.32.0 releaseVersion: 0.32.2
configChecksum: d3526d999dca0a302e02f1fda0407994 configChecksum: 210114937352cfcf629e6e87ee8ae464
repoURL: https://github.com/LukeHagar/plexpy.git repoURL: https://github.com/LukeHagar/plexpy.git
repoSubDirectory: . repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexpy.git installationURL: https://github.com/LukeHagar/plexpy.git

View File

@@ -25,7 +25,7 @@ generation:
generateNewTests: false generateNewTests: false
skipResponseBodyAssertions: false skipResponseBodyAssertions: false
python: python:
version: 0.32.0 version: 0.32.2
additionalDependencies: additionalDependencies:
dev: {} dev: {}
main: {} main: {}
@@ -57,6 +57,7 @@ python:
webhooks: models/webhooks webhooks: models/webhooks
inputModelSuffix: input inputModelSuffix: input
legacyPyright: true legacyPyright: true
license: ""
maxMethodParams: 4 maxMethodParams: 4
methodArguments: require-security-and-request methodArguments: require-security-and-request
moduleName: "" moduleName: ""

View File

@@ -12,7 +12,7 @@ sources:
sourceBlobDigest: sha256:b62613477fd824bb42cf0bf5d0f9980448259c9c7456e03ca6a10eef39a3994f sourceBlobDigest: sha256:b62613477fd824bb42cf0bf5d0f9980448259c9c7456e03ca6a10eef39a3994f
tags: tags:
- latest - latest
- speakeasy-sdk-regen-1762992090 - speakeasy-sdk-regen-1763164899
- 1.1.1 - 1.1.1
targets: targets:
plexpy: plexpy:
@@ -21,7 +21,7 @@ targets:
sourceRevisionDigest: sha256:56fc783b16af019db4eb0fe52df504315e8e7c7ae41e319a61bba8823f19df4b sourceRevisionDigest: sha256:56fc783b16af019db4eb0fe52df504315e8e7c7ae41e319a61bba8823f19df4b
sourceBlobDigest: sha256:b62613477fd824bb42cf0bf5d0f9980448259c9c7456e03ca6a10eef39a3994f sourceBlobDigest: sha256:b62613477fd824bb42cf0bf5d0f9980448259c9c7456e03ca6a10eef39a3994f
codeSamplesNamespace: code-samples-python-plexpy codeSamplesNamespace: code-samples-python-plexpy
codeSamplesRevisionDigest: sha256:aa577c7f90db2dde8d7204e9cb62fd39b320a5e3b9e21e685ef19f7f6468ef49 codeSamplesRevisionDigest: sha256:47844840b55925858253876c8b24695dc5af6480bafee1ac678a519ab7036394
workflow: workflow:
workflowVersion: 1.0.0 workflowVersion: 1.0.0
speakeasyVersion: latest speakeasyVersion: latest

View File

@@ -1128,4 +1128,14 @@ Based on:
### Generated ### Generated
- [python v0.32.0] . - [python v0.32.0] .
### Releases ### Releases
- [PyPI v0.32.0] https://pypi.org/project/plex-api-client/0.32.0 - . - [PyPI v0.32.0] https://pypi.org/project/plex-api-client/0.32.0 - .
## 2025-11-15 00:01:21
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.32.2] .
### Releases
- [PyPI v0.32.2] https://pypi.org/project/plex-api-client/0.32.2 - .

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "plex-api-client" name = "plex-api-client"
version = "0.32.0" version = "0.32.2"
description = "Python Client SDK Generated by Speakeasy" description = "Python Client SDK Generated by Speakeasy"
authors = [{ name = "Speakeasy" },] authors = [{ name = "Speakeasy" },]
readme = "README-PYPI.md" readme = "README-PYPI.md"

View File

@@ -3,10 +3,10 @@
import importlib.metadata import importlib.metadata
__title__: str = "plex-api-client" __title__: str = "plex-api-client"
__version__: str = "0.32.0" __version__: str = "0.32.2"
__openapi_doc_version__: str = "1.1.1" __openapi_doc_version__: str = "1.1.1"
__gen_version__: str = "2.753.1" __gen_version__: str = "2.753.1"
__user_agent__: str = "speakeasy-sdk/python 0.32.0 2.753.1 1.1.1 plex-api-client" __user_agent__: str = "speakeasy-sdk/python 0.32.2 2.753.1 1.1.1 plex-api-client"
try: try:
if __package__ is not None: if __package__ is not None: