ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.337.1

This commit is contained in:
speakeasybot
2024-07-16 21:57:03 +00:00
parent f4795d49bc
commit 83a99504c5
10 changed files with 79 additions and 17 deletions

View File

@@ -23,9 +23,9 @@ class SDKConfiguration:
server_idx: Optional[int] = 0
language: str = 'python'
openapi_doc_version: str = '0.0.1'
sdk_version: str = '0.0.1'
gen_version: str = '2.372.3'
user_agent: str = 'speakeasy-sdk/python 0.0.1 2.372.3 0.0.1 comfydeploy'
sdk_version: str = '0.0.2'
gen_version: str = '2.373.2'
user_agent: str = 'speakeasy-sdk/python 0.0.2 2.373.2 0.0.1 comfydeploy'
retry_config: Optional[RetryConfig] = None
def __post_init__(self):