Skip to content

Commit 58a4866

Browse files
authored
Merge pull request #18 from comfy-deploy/speakeasy-sdk-regen-1736484840
chore: 🐝 Update SDK - Generate 0.6.0
2 parents 621e5e2 + 95d84fa commit 58a4866

File tree

131 files changed

+6197
-3926
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+6197
-3926
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.speakeasy/reports
12
README-PYPI.md
23
.venv/
34
pyrightconfig.json

.speakeasy/gen.lock

Lines changed: 492 additions & 249 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,24 @@ generation:
1414
requestResponseComponentNamesFeb2024: true
1515
auth:
1616
oAuth2ClientCredentialsEnabled: false
17+
oAuth2PasswordEnabled: false
1718
python:
18-
version: 0.5.0
19+
version: 0.6.0
1920
additionalDependencies:
2021
dev: {}
2122
main: {}
2223
author: Speakeasy
2324
authors:
2425
- Speakeasy
2526
clientServerStatusCodesAsErrors: true
27+
defaultErrorName: SDKError
2628
description: Python Client SDK Generated by Speakeasy
2729
enumFormat: enum
30+
fixFlags:
31+
responseRequiredSep2024: false
2832
flattenGlobalSecurity: true
2933
flattenRequests: false
34+
flatteningOrder: parameters-first
3035
imports:
3136
option: openapi
3237
paths:

.speakeasy/workflow.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
1-
speakeasyVersion: 1.361.1
1+
speakeasyVersion: 1.467.0
22
sources:
33
comfydeploy-api:
44
sourceNamespace: comfydeploy-api
5-
sourceRevisionDigest: sha256:379e798d86f110c5878757c3eeb00f6ffd3b01e4ae72ee8f03b43f17d720ee11
6-
sourceBlobDigest: sha256:2833bda6c4ae4a1f9305704b0c1c73bdc0ec2c5523c0cbaaf9e22c18c2997ab9
5+
sourceRevisionDigest: sha256:7e457aae30f1073849d8f7dd728010e3cacc22d88cf7fb13f1aa50d749d42e71
6+
sourceBlobDigest: sha256:ee2a461006d35edb1386cba134e3b2e817212649605f932e894e2c10c8b2547f
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1736484840
10+
- V2
911
targets:
1012
comfy-deploy:
1113
source: comfydeploy-api
1214
sourceNamespace: comfydeploy-api
13-
sourceRevisionDigest: sha256:379e798d86f110c5878757c3eeb00f6ffd3b01e4ae72ee8f03b43f17d720ee11
14-
sourceBlobDigest: sha256:2833bda6c4ae4a1f9305704b0c1c73bdc0ec2c5523c0cbaaf9e22c18c2997ab9
15+
sourceRevisionDigest: sha256:7e457aae30f1073849d8f7dd728010e3cacc22d88cf7fb13f1aa50d749d42e71
16+
sourceBlobDigest: sha256:ee2a461006d35edb1386cba134e3b2e817212649605f932e894e2c10c8b2547f
1517
codeSamplesNamespace: code-samples-python-comfy-deploy
16-
codeSamplesRevisionDigest: sha256:573f1d5fd2957fa6c0a02e5d63f9cea3d83f3323e04954dc9348dd67deecda09
17-
outLocation: /Users/bennykok/Documents/GitHub/comfy-deploy-python
18+
codeSamplesRevisionDigest: sha256:75aeb527434d27b0e6af2910b4c8c031d91369cf444bd32d3742f4d37988cd9d
1819
workflow:
1920
workflowVersion: 1.0.0
20-
speakeasyVersion: 1.361.1
21+
speakeasyVersion: latest
2122
sources:
2223
comfydeploy-api:
2324
inputs:

0 commit comments

Comments
 (0)