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.397.2
This commit is contained in:
@@ -3,10 +3,10 @@ id: 3eeea668-4ef4-464e-a888-bdfa023bedf5
|
||||
management:
|
||||
docChecksum: a6fee1797b2da7ccbaf7743772a40b56
|
||||
docVersion: 0.0.3
|
||||
speakeasyVersion: 1.396.6
|
||||
generationVersion: 2.415.6
|
||||
releaseVersion: 0.12.0
|
||||
configChecksum: 0cee75aa4ab23c98852bbc543b467fa2
|
||||
speakeasyVersion: 1.397.2
|
||||
generationVersion: 2.415.8
|
||||
releaseVersion: 0.12.1
|
||||
configChecksum: 3542b6f5ca69dd1c3224d6a740605f19
|
||||
repoURL: https://github.com/LukeHagar/plexpy.git
|
||||
repoSubDirectory: .
|
||||
installationURL: https://github.com/LukeHagar/plexpy.git
|
||||
|
||||
@@ -12,7 +12,7 @@ generation:
|
||||
auth:
|
||||
oAuth2ClientCredentialsEnabled: true
|
||||
python:
|
||||
version: 0.12.0
|
||||
version: 0.12.1
|
||||
additionalDependencies:
|
||||
dev: {}
|
||||
main: {}
|
||||
|
||||
12
RELEASES.md
12
RELEASES.md
@@ -728,4 +728,14 @@ Based on:
|
||||
### Generated
|
||||
- [python v0.12.0] .
|
||||
### Releases
|
||||
- [PyPI v0.12.0] https://pypi.org/project/plex-api-client/0.12.0 - .
|
||||
- [PyPI v0.12.0] https://pypi.org/project/plex-api-client/0.12.0 - .
|
||||
|
||||
## 2024-09-16 18:25:49
|
||||
### Changes
|
||||
Based on:
|
||||
- OpenAPI Doc
|
||||
- Speakeasy CLI 1.397.2 (2.415.8) https://github.com/speakeasy-api/speakeasy
|
||||
### Generated
|
||||
- [python v0.12.1] .
|
||||
### Releases
|
||||
- [PyPI v0.12.1] https://pypi.org/project/plex-api-client/0.12.1 - .
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "plex-api-client"
|
||||
version = "0.12.0"
|
||||
version = "0.12.1"
|
||||
description = "Python Client SDK Generated by Speakeasy"
|
||||
authors = ["Speakeasy",]
|
||||
readme = "README-PYPI.md"
|
||||
|
||||
@@ -39,9 +39,9 @@ class SDKConfiguration:
|
||||
server_defaults: List[Dict[str, str]] = field(default_factory=List)
|
||||
language: str = "python"
|
||||
openapi_doc_version: str = "0.0.3"
|
||||
sdk_version: str = "0.12.0"
|
||||
gen_version: str = "2.415.6"
|
||||
user_agent: str = "speakeasy-sdk/python 0.12.0 2.415.6 0.0.3 plex-api-client"
|
||||
sdk_version: str = "0.12.1"
|
||||
gen_version: str = "2.415.8"
|
||||
user_agent: str = "speakeasy-sdk/python 0.12.1 2.415.8 0.0.3 plex-api-client"
|
||||
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
|
||||
timeout_ms: Optional[int] = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user