mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-07 20:57:45 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.260.6
This commit is contained in:
@@ -3,10 +3,10 @@ id: 3eeea668-4ef4-464e-a888-bdfa023bedf5
|
|||||||
management:
|
management:
|
||||||
docChecksum: a91eaf9ec1e6a3a6f4bf0571f5b18bae
|
docChecksum: a91eaf9ec1e6a3a6f4bf0571f5b18bae
|
||||||
docVersion: 0.0.3
|
docVersion: 0.0.3
|
||||||
speakeasyVersion: 1.244.0
|
speakeasyVersion: 1.260.6
|
||||||
generationVersion: 2.301.0
|
generationVersion: 2.311.1
|
||||||
releaseVersion: 0.6.3
|
releaseVersion: 0.6.4
|
||||||
configChecksum: c086e0f69d05e9b8941493ca71fc23a3
|
configChecksum: 7635bfd520182d8dbb029f05936f04f4
|
||||||
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
|
||||||
@@ -14,7 +14,7 @@ management:
|
|||||||
features:
|
features:
|
||||||
python:
|
python:
|
||||||
constsAndDefaults: 0.1.3
|
constsAndDefaults: 0.1.3
|
||||||
core: 4.6.4
|
core: 4.6.5
|
||||||
flattening: 2.81.1
|
flattening: 2.81.1
|
||||||
globalSecurity: 2.83.5
|
globalSecurity: 2.83.5
|
||||||
globalServerURLs: 2.82.2
|
globalServerURLs: 2.82.2
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ generation:
|
|||||||
auth:
|
auth:
|
||||||
oAuth2ClientCredentialsEnabled: false
|
oAuth2ClientCredentialsEnabled: false
|
||||||
python:
|
python:
|
||||||
version: 0.6.3
|
version: 0.6.4
|
||||||
additionalDependencies:
|
additionalDependencies:
|
||||||
dependencies: {}
|
dependencies: {}
|
||||||
extraDependencies:
|
extraDependencies:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
speakeasyVersion: 1.257.1
|
speakeasyVersion: 1.260.6
|
||||||
sources:
|
sources:
|
||||||
my-source: {}
|
my-source: {}
|
||||||
targets:
|
targets:
|
||||||
|
|||||||
12
RELEASES.md
12
RELEASES.md
@@ -168,4 +168,14 @@ Based on:
|
|||||||
### Generated
|
### Generated
|
||||||
- [python v0.6.3] .
|
- [python v0.6.3] .
|
||||||
### Releases
|
### Releases
|
||||||
- [PyPI v0.6.3] https://pypi.org/project/plex-api-client/0.6.3 - .
|
- [PyPI v0.6.3] https://pypi.org/project/plex-api-client/0.6.3 - .
|
||||||
|
|
||||||
|
## 2024-04-19 01:13:57
|
||||||
|
### Changes
|
||||||
|
Based on:
|
||||||
|
- OpenAPI Doc
|
||||||
|
- Speakeasy CLI 1.260.6 (2.311.1) https://github.com/speakeasy-api/speakeasy
|
||||||
|
### Generated
|
||||||
|
- [python v0.6.4] .
|
||||||
|
### Releases
|
||||||
|
- [PyPI v0.6.4] https://pypi.org/project/plex-api-client/0.6.4 - .
|
||||||
2
setup.py
2
setup.py
@@ -19,7 +19,7 @@ except FileNotFoundError:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='plex-api-client',
|
name='plex-api-client',
|
||||||
version='0.6.3',
|
version='0.6.4',
|
||||||
author='LukeHagar',
|
author='LukeHagar',
|
||||||
description='Python Client SDK Generated by Speakeasy',
|
description='Python Client SDK Generated by Speakeasy',
|
||||||
url='https://github.com/LukeHagar/plexpy.git',
|
url='https://github.com/LukeHagar/plexpy.git',
|
||||||
|
|||||||
@@ -33,9 +33,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.6.3'
|
sdk_version: str = '0.6.4'
|
||||||
gen_version: str = '2.301.0'
|
gen_version: str = '2.311.1'
|
||||||
user_agent: str = 'speakeasy-sdk/python 0.6.3 2.301.0 0.0.3 plex-api-client'
|
user_agent: str = 'speakeasy-sdk/python 0.6.4 2.311.1 0.0.3 plex-api-client'
|
||||||
retry_config: Optional[RetryConfig] = None
|
retry_config: Optional[RetryConfig] = None
|
||||||
|
|
||||||
def __post_init__(self):
|
def __post_init__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user