mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 04:20:52 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.656.1
This commit is contained in:
@@ -5,8 +5,8 @@ management:
|
||||
docVersion: 1.1.1
|
||||
speakeasyVersion: 1.656.1
|
||||
generationVersion: 2.753.1
|
||||
releaseVersion: 0.32.2
|
||||
configChecksum: 210114937352cfcf629e6e87ee8ae464
|
||||
releaseVersion: 0.32.4
|
||||
configChecksum: 00eb08c0e236fc5771c7c1e63979b0bd
|
||||
repoURL: https://github.com/LukeHagar/plexpy.git
|
||||
repoSubDirectory: .
|
||||
installationURL: https://github.com/LukeHagar/plexpy.git
|
||||
|
||||
@@ -25,7 +25,7 @@ generation:
|
||||
generateNewTests: false
|
||||
skipResponseBodyAssertions: false
|
||||
python:
|
||||
version: 0.32.2
|
||||
version: 0.32.4
|
||||
additionalDependencies:
|
||||
dev: {}
|
||||
main: {}
|
||||
|
||||
@@ -12,7 +12,7 @@ sources:
|
||||
sourceBlobDigest: sha256:b62613477fd824bb42cf0bf5d0f9980448259c9c7456e03ca6a10eef39a3994f
|
||||
tags:
|
||||
- latest
|
||||
- speakeasy-sdk-regen-1763164899
|
||||
- speakeasy-sdk-regen-1763251296
|
||||
- 1.1.1
|
||||
targets:
|
||||
plexpy:
|
||||
@@ -21,7 +21,7 @@ targets:
|
||||
sourceRevisionDigest: sha256:56fc783b16af019db4eb0fe52df504315e8e7c7ae41e319a61bba8823f19df4b
|
||||
sourceBlobDigest: sha256:b62613477fd824bb42cf0bf5d0f9980448259c9c7456e03ca6a10eef39a3994f
|
||||
codeSamplesNamespace: code-samples-python-plexpy
|
||||
codeSamplesRevisionDigest: sha256:47844840b55925858253876c8b24695dc5af6480bafee1ac678a519ab7036394
|
||||
codeSamplesRevisionDigest: sha256:2d8b05b520cf62f18e6286e41290ac594d1ddaf56938d77dd3886e6e3f329e83
|
||||
workflow:
|
||||
workflowVersion: 1.0.0
|
||||
speakeasyVersion: latest
|
||||
|
||||
10
RELEASES.md
10
RELEASES.md
@@ -1139,3 +1139,13 @@ Based on:
|
||||
- [python v0.32.2] .
|
||||
### Releases
|
||||
- [PyPI v0.32.2] https://pypi.org/project/plex-api-client/0.32.2 - .
|
||||
|
||||
## 2025-11-16 00:01:17
|
||||
### Changes
|
||||
Based on:
|
||||
- OpenAPI Doc
|
||||
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
|
||||
### Generated
|
||||
- [python v0.32.4] .
|
||||
### Releases
|
||||
- [PyPI v0.32.4] https://pypi.org/project/plex-api-client/0.32.4 - .
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
[project]
|
||||
name = "plex-api-client"
|
||||
version = "0.32.2"
|
||||
version = "0.32.4"
|
||||
description = "Python Client SDK Generated by Speakeasy"
|
||||
authors = [{ name = "Speakeasy" },]
|
||||
readme = "README-PYPI.md"
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
import importlib.metadata
|
||||
|
||||
__title__: str = "plex-api-client"
|
||||
__version__: str = "0.32.2"
|
||||
__version__: str = "0.32.4"
|
||||
__openapi_doc_version__: str = "1.1.1"
|
||||
__gen_version__: str = "2.753.1"
|
||||
__user_agent__: str = "speakeasy-sdk/python 0.32.2 2.753.1 1.1.1 plex-api-client"
|
||||
__user_agent__: str = "speakeasy-sdk/python 0.32.4 2.753.1 1.1.1 plex-api-client"
|
||||
|
||||
try:
|
||||
if __package__ is not None:
|
||||
|
||||
Reference in New Issue
Block a user