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:
|
management:
|
||||||
docChecksum: a6fee1797b2da7ccbaf7743772a40b56
|
docChecksum: a6fee1797b2da7ccbaf7743772a40b56
|
||||||
docVersion: 0.0.3
|
docVersion: 0.0.3
|
||||||
speakeasyVersion: 1.396.6
|
speakeasyVersion: 1.397.2
|
||||||
generationVersion: 2.415.6
|
generationVersion: 2.415.8
|
||||||
releaseVersion: 0.12.0
|
releaseVersion: 0.12.1
|
||||||
configChecksum: 0cee75aa4ab23c98852bbc543b467fa2
|
configChecksum: 3542b6f5ca69dd1c3224d6a740605f19
|
||||||
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
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ generation:
|
|||||||
auth:
|
auth:
|
||||||
oAuth2ClientCredentialsEnabled: true
|
oAuth2ClientCredentialsEnabled: true
|
||||||
python:
|
python:
|
||||||
version: 0.12.0
|
version: 0.12.1
|
||||||
additionalDependencies:
|
additionalDependencies:
|
||||||
dev: {}
|
dev: {}
|
||||||
main: {}
|
main: {}
|
||||||
|
|||||||
12
RELEASES.md
12
RELEASES.md
@@ -728,4 +728,14 @@ Based on:
|
|||||||
### Generated
|
### Generated
|
||||||
- [python v0.12.0] .
|
- [python v0.12.0] .
|
||||||
### Releases
|
### 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]
|
[tool.poetry]
|
||||||
name = "plex-api-client"
|
name = "plex-api-client"
|
||||||
version = "0.12.0"
|
version = "0.12.1"
|
||||||
description = "Python Client SDK Generated by Speakeasy"
|
description = "Python Client SDK Generated by Speakeasy"
|
||||||
authors = ["Speakeasy",]
|
authors = ["Speakeasy",]
|
||||||
readme = "README-PYPI.md"
|
readme = "README-PYPI.md"
|
||||||
|
|||||||
@@ -39,9 +39,9 @@ class SDKConfiguration:
|
|||||||
server_defaults: List[Dict[str, str]] = field(default_factory=List)
|
server_defaults: List[Dict[str, str]] = field(default_factory=List)
|
||||||
language: str = "python"
|
language: str = "python"
|
||||||
openapi_doc_version: str = "0.0.3"
|
openapi_doc_version: str = "0.0.3"
|
||||||
sdk_version: str = "0.12.0"
|
sdk_version: str = "0.12.1"
|
||||||
gen_version: str = "2.415.6"
|
gen_version: str = "2.415.8"
|
||||||
user_agent: str = "speakeasy-sdk/python 0.12.0 2.415.6 0.0.3 plex-api-client"
|
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)
|
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
|
||||||
timeout_ms: Optional[int] = None
|
timeout_ms: Optional[int] = None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user