ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.227.0

This commit is contained in:
speakeasybot
2024-03-27 01:12:05 +00:00
parent 9769b3081e
commit 6ce3adfd94
7 changed files with 27 additions and 17 deletions

View File

@@ -32,9 +32,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.4.2'
gen_version: str = '2.281.2'
user_agent: str = 'speakeasy-sdk/python 0.4.2 2.281.2 0.0.3 plex-api-client'
sdk_version: str = '0.4.3'
gen_version: str = '2.291.0'
user_agent: str = 'speakeasy-sdk/python 0.4.3 2.291.0 0.0.3 plex-api-client'
retry_config: RetryConfig = None
_hooks: SDKHooks = None