ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.166.1

This commit is contained in:
speakeasybot
2024-02-05 14:23:58 +00:00
parent c9c44aadcd
commit 82c1464f73
16 changed files with 229 additions and 232 deletions

View File

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