ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.277.8

This commit is contained in:
speakeasybot
2024-05-03 01:18:24 +00:00
parent ae0854a6cc
commit 69ce127c95
8 changed files with 841 additions and 893 deletions

View File

@@ -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.5'
gen_version: str = '2.312.1'
user_agent: str = 'speakeasy-sdk/python 0.6.5 2.312.1 0.0.3 plex-api-client'
sdk_version: str = '0.6.6'
gen_version: str = '2.319.10'
user_agent: str = 'speakeasy-sdk/python 0.6.6 2.319.10 0.0.3 plex-api-client'
retry_config: Optional[RetryConfig] = None
def __post_init__(self):