ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.163.1

This commit is contained in:
speakeasybot
2024-02-01 22:32:56 +00:00
parent d935f0f679
commit c9c44aadcd
6 changed files with 23 additions and 12 deletions

View File

@@ -4,9 +4,9 @@ management:
docChecksum: 94439465ae5d544f0e52b00719af05ee docChecksum: 94439465ae5d544f0e52b00719af05ee
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: internal speakeasyVersion: internal
generationVersion: 2.246.3 generationVersion: 2.248.1
releaseVersion: 0.0.2 releaseVersion: 0.1.0
configChecksum: 33cee6ee6df470ce9147c0b1602eefb8 configChecksum: 2877f8704c4fbbfe7f9d4f3b50a47769
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

View File

@@ -11,7 +11,7 @@
## SDK Installation ## SDK Installation
```bash ```bash
pip install plexpy pip install plex-api-client
``` ```
<!-- End SDK Installation [installation] --> <!-- End SDK Installation [installation] -->

View File

@@ -18,4 +18,14 @@ Based on:
### Generated ### Generated
- [python v0.0.2] . - [python v0.0.2] .
### Releases ### Releases
- [PyPI v0.0.2] https://pypi.org/project/plexpy/0.0.2 - . - [PyPI v0.0.2] https://pypi.org/project/plexpy/0.0.2 - .
## 2024-02-01 22:32:44
### Changes
Based on:
- OpenAPI Doc 0.0.3
- Speakeasy CLI 1.163.1 (2.248.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.1.0] .
### Releases
- [PyPI v0.1.0] https://pypi.org/project/plex-api-client/0.1.0 - .

View File

@@ -7,8 +7,9 @@ generation:
useClassNamesForArrayFields: true useClassNamesForArrayFields: true
fixes: fixes:
nameResolutionDec2023: false nameResolutionDec2023: false
parameterOrderingFeb2024: false
python: python:
version: 0.0.2 version: 0.1.0
author: LukeHagar author: LukeHagar
clientServerStatusCodesAsErrors: true clientServerStatusCodesAsErrors: true
description: Python Client SDK Generated by Speakeasy description: Python Client SDK Generated by Speakeasy

View File

@@ -9,8 +9,8 @@ except FileNotFoundError:
long_description = "" long_description = ""
setuptools.setup( setuptools.setup(
name="plexpy", name="plex-api-client",
version="0.0.2", version="0.1.0",
author="LukeHagar", author="LukeHagar",
description="Python Client SDK Generated by Speakeasy", description="Python Client SDK Generated by Speakeasy",
long_description=long_description, long_description=long_description,
@@ -37,5 +37,5 @@ setuptools.setup(
}, },
package_dir={'': 'src'}, package_dir={'': 'src'},
python_requires='>=3.8', python_requires='>=3.8',
package_data={"plexpy": ["py.typed"]}, package_data={"plex-api-client": ["py.typed"]},
) )

View File

@@ -30,9 +30,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.0.2' sdk_version: str = '0.1.0'
gen_version: str = '2.246.3' gen_version: str = '2.248.1'
user_agent: str = 'speakeasy-sdk/python 0.0.2 2.246.3 0.0.3 plexpy' user_agent: str = 'speakeasy-sdk/python 0.1.0 2.248.1 0.0.3 plex-api-client'
retry_config: RetryConfig = None retry_config: RetryConfig = None
def get_server_details(self) -> Tuple[str, Dict[str, str]]: def get_server_details(self) -> Tuple[str, Dict[str, str]]: