mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 20:57:44 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.241.0
This commit is contained in:
@@ -3,10 +3,10 @@ id: 3eeea668-4ef4-464e-a888-bdfa023bedf5
|
||||
management:
|
||||
docChecksum: a91eaf9ec1e6a3a6f4bf0571f5b18bae
|
||||
docVersion: 0.0.3
|
||||
speakeasyVersion: 1.235.2
|
||||
generationVersion: 2.298.2
|
||||
releaseVersion: 0.6.1
|
||||
configChecksum: 4b8d54de072a6cbeed3abbf44f6426db
|
||||
speakeasyVersion: 1.241.0
|
||||
generationVersion: 2.300.0
|
||||
releaseVersion: 0.6.2
|
||||
configChecksum: 851d34f876d9ce54e1b12fc835ec6001
|
||||
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.2
|
||||
core: 4.6.3
|
||||
flattening: 2.81.1
|
||||
globalSecurity: 2.83.5
|
||||
globalServerURLs: 2.82.2
|
||||
|
||||
@@ -12,7 +12,7 @@ generation:
|
||||
auth:
|
||||
oAuth2ClientCredentialsEnabled: false
|
||||
python:
|
||||
version: 0.6.1
|
||||
version: 0.6.2
|
||||
additionalDependencies:
|
||||
dependencies: {}
|
||||
extraDependencies:
|
||||
|
||||
12
RELEASES.md
12
RELEASES.md
@@ -138,4 +138,14 @@ Based on:
|
||||
### Generated
|
||||
- [python v0.6.1] .
|
||||
### Releases
|
||||
- [PyPI v0.6.1] https://pypi.org/project/plex-api-client/0.6.1 - .
|
||||
- [PyPI v0.6.1] https://pypi.org/project/plex-api-client/0.6.1 - .
|
||||
|
||||
## 2024-04-06 01:10:50
|
||||
### Changes
|
||||
Based on:
|
||||
- OpenAPI Doc
|
||||
- Speakeasy CLI 1.241.0 (2.300.0) https://github.com/speakeasy-api/speakeasy
|
||||
### Generated
|
||||
- [python v0.6.2] .
|
||||
### Releases
|
||||
- [PyPI v0.6.2] https://pypi.org/project/plex-api-client/0.6.2 - .
|
||||
8
setup.py
8
setup.py
@@ -19,7 +19,7 @@ except FileNotFoundError:
|
||||
|
||||
setuptools.setup(
|
||||
name='plex-api-client',
|
||||
version='0.6.1',
|
||||
version='0.6.2',
|
||||
author='LukeHagar',
|
||||
description='Python Client SDK Generated by Speakeasy',
|
||||
url='https://github.com/LukeHagar/plexpy.git',
|
||||
@@ -44,10 +44,12 @@ setuptools.setup(
|
||||
],
|
||||
extras_require={
|
||||
"dev": [
|
||||
"pylint==2.16.2",
|
||||
"pylint==3.1.0",
|
||||
],
|
||||
},
|
||||
package_dir={'': 'src'},
|
||||
python_requires='>=3.8',
|
||||
package_data={'plex-api-client': ['py.typed']},
|
||||
package_data={
|
||||
'plex-api-client': ['py.typed']
|
||||
},
|
||||
)
|
||||
|
||||
@@ -148,4 +148,5 @@ class Activities:
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -143,4 +143,5 @@ class Authentication:
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -330,4 +330,5 @@ class Butler:
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -155,4 +155,5 @@ class Hubs:
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -805,4 +805,5 @@ class Library:
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -222,4 +222,5 @@ class Log:
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -207,4 +207,5 @@ class Media:
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -626,4 +626,5 @@ class Playlists:
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -151,4 +151,5 @@ class Plex:
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -33,9 +33,9 @@ class SDKConfiguration:
|
||||
globals: Dict[str, Dict[str, Dict[str, Any]]] = field(default_factory=Dict)
|
||||
language: str = 'python'
|
||||
openapi_doc_version: str = '0.0.3'
|
||||
sdk_version: str = '0.6.1'
|
||||
gen_version: str = '2.298.2'
|
||||
user_agent: str = 'speakeasy-sdk/python 0.6.1 2.298.2 0.0.3 plex-api-client'
|
||||
sdk_version: str = '0.6.2'
|
||||
gen_version: str = '2.300.0'
|
||||
user_agent: str = 'speakeasy-sdk/python 0.6.2 2.300.0 0.0.3 plex-api-client'
|
||||
retry_config: Optional[RetryConfig] = None
|
||||
_hooks: Optional[SDKHooks] = None
|
||||
|
||||
|
||||
@@ -229,4 +229,5 @@ class Search:
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -522,4 +522,5 @@ class Server:
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -269,4 +269,5 @@ class Sessions:
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -83,4 +83,5 @@ class Statistics:
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -209,4 +209,5 @@ class Updater:
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -114,7 +114,6 @@ def retry_with_backoff(func, initial_interval=500, max_interval=60000, exponent=
|
||||
raise
|
||||
sleep = ((initial_interval/1000) *
|
||||
exponent**retries + random.uniform(0, 1))
|
||||
if sleep > max_interval/1000:
|
||||
sleep = max_interval/1000
|
||||
sleep = min(sleep, max_interval / 1000)
|
||||
time.sleep(sleep)
|
||||
retries += 1
|
||||
|
||||
@@ -133,4 +133,5 @@ class Video:
|
||||
|
||||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user