mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 12:47:44 +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:
|
||||
docChecksum: a91eaf9ec1e6a3a6f4bf0571f5b18bae
|
||||
docVersion: 0.0.3
|
||||
speakeasyVersion: 1.244.0
|
||||
generationVersion: 2.301.0
|
||||
releaseVersion: 0.6.3
|
||||
configChecksum: c086e0f69d05e9b8941493ca71fc23a3
|
||||
speakeasyVersion: 1.260.6
|
||||
generationVersion: 2.311.1
|
||||
releaseVersion: 0.6.4
|
||||
configChecksum: 7635bfd520182d8dbb029f05936f04f4
|
||||
repoURL: https://github.com/LukeHagar/plexpy.git
|
||||
repoSubDirectory: .
|
||||
installationURL: https://github.com/LukeHagar/plexpy.git
|
||||
@@ -14,7 +14,7 @@ management:
|
||||
features:
|
||||
python:
|
||||
constsAndDefaults: 0.1.3
|
||||
core: 4.6.4
|
||||
core: 4.6.5
|
||||
flattening: 2.81.1
|
||||
globalSecurity: 2.83.5
|
||||
globalServerURLs: 2.82.2
|
||||
|
||||
@@ -12,7 +12,7 @@ generation:
|
||||
auth:
|
||||
oAuth2ClientCredentialsEnabled: false
|
||||
python:
|
||||
version: 0.6.3
|
||||
version: 0.6.4
|
||||
additionalDependencies:
|
||||
dependencies: {}
|
||||
extraDependencies:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
speakeasyVersion: 1.257.1
|
||||
speakeasyVersion: 1.260.6
|
||||
sources:
|
||||
my-source: {}
|
||||
targets:
|
||||
|
||||
10
RELEASES.md
10
RELEASES.md
@@ -169,3 +169,13 @@ Based on:
|
||||
- [python v0.6.3] .
|
||||
### Releases
|
||||
- [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(
|
||||
name='plex-api-client',
|
||||
version='0.6.3',
|
||||
version='0.6.4',
|
||||
author='LukeHagar',
|
||||
description='Python Client SDK Generated by Speakeasy',
|
||||
url='https://github.com/LukeHagar/plexpy.git',
|
||||
|
||||
@@ -33,9 +33,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.6.3'
|
||||
gen_version: str = '2.301.0'
|
||||
user_agent: str = 'speakeasy-sdk/python 0.6.3 2.301.0 0.0.3 plex-api-client'
|
||||
sdk_version: str = '0.6.4'
|
||||
gen_version: str = '2.311.1'
|
||||
user_agent: str = 'speakeasy-sdk/python 0.6.4 2.311.1 0.0.3 plex-api-client'
|
||||
retry_config: Optional[RetryConfig] = None
|
||||
|
||||
def __post_init__(self):
|
||||
|
||||
Reference in New Issue
Block a user