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
speakeasyVersion: 1.656.1
generationVersion: 2.753.1
releaseVersion: 0.32.0
configChecksum: d3526d999dca0a302e02f1fda0407994
releaseVersion: 0.32.2
configChecksum: 210114937352cfcf629e6e87ee8ae464
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.0
version: 0.32.2
additionalDependencies:
dev: {}
main: {}
@@ -57,6 +57,7 @@ python:
webhooks: models/webhooks
inputModelSuffix: input
legacyPyright: true
license: ""
maxMethodParams: 4
methodArguments: require-security-and-request
moduleName: ""

View File

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

View File

@@ -1129,3 +1129,13 @@ Based on:
- [python v0.32.0] .
### Releases
- [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]
name = "plex-api-client"
version = "0.32.0"
version = "0.32.2"
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.0"
__version__: str = "0.32.2"
__openapi_doc_version__: str = "1.1.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:
if __package__ is not None: