From 2b5d304a5ba61430db660d53d1061b9ac8d9ad91 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Thu, 18 Jul 2024 11:51:54 -0500 Subject: [PATCH] Migrate to PythonV2 SDK --- .speakeasy/gen.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 6e45930..3e13fcc 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -15,15 +15,17 @@ generation: auth: oAuth2ClientCredentialsEnabled: false python: - version: 0.0.2 + version: 0.0.3 additionalDependencies: - dependencies: {} - extraDependencies: - dev: {} + dev: {} + main: {} author: Speakeasy + authors: + - Speakeasy clientServerStatusCodesAsErrors: true description: Python Client SDK Generated by Speakeasy flattenGlobalSecurity: true + flattenRequests: false imports: option: openapi paths: @@ -39,4 +41,4 @@ python: packageName: comfydeploy projectUrls: {} responseFormat: envelope-http - templateVersion: v1 + templateVersion: v2