Skip to content

Commit db250ed

Browse files
authored
Merge pull request #19 from comfy-deploy/speakeasy-sdk-regen-1736485859
chore: 🐝 Update SDK - Generate 0.6.1
2 parents dbd91b5 + f3c421e commit db250ed

7 files changed

Lines changed: 50 additions & 35 deletions

File tree

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: V2
66
speakeasyVersion: 1.467.0
77
generationVersion: 2.492.3
8-
releaseVersion: 0.6.0
9-
configChecksum: 51f9d7e9490205b617ca72789edb9613
8+
releaseVersion: 0.6.1
9+
configChecksum: b7f4ea40dedebd61df5212b0a033aa19
1010
repoURL: https://github.com/comfy-deploy/comfy-deploy-python.git
1111
installationURL: https://github.com/comfy-deploy/comfy-deploy-python.git
1212
published: true
@@ -336,6 +336,7 @@ examples:
336336
responses:
337337
"422":
338338
application/json: {}
339+
"200": {}
339340
cancel_run_run__run_id__cancel_post:
340341
speakeasy-default-cancel-run-run-run-id-cancel-post:
341342
parameters:
@@ -373,6 +374,7 @@ examples:
373374
responses:
374375
"422":
375376
application/json: {}
377+
"200": {}
376378
queue_workflow_run_run_workflow_queue_post:
377379
speakeasy-default-queue-workflow-run-run-workflow-queue-post:
378380
requestBody:
@@ -398,6 +400,7 @@ examples:
398400
responses:
399401
"422":
400402
application/json: {}
403+
"200": {}
401404
get_session_session__session_id__get:
402405
speakeasy-default-get-session-session-session-id-get:
403406
parameters:

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: false
1717
oAuth2PasswordEnabled: false
1818
python:
19-
version: 0.6.0
19+
version: 0.6.1
2020
additionalDependencies:
2121
dev: {}
2222
main: {}

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.467.0
22
sources:
33
comfydeploy-api:
44
sourceNamespace: comfydeploy-api
5-
sourceRevisionDigest: sha256:7e457aae30f1073849d8f7dd728010e3cacc22d88cf7fb13f1aa50d749d42e71
5+
sourceRevisionDigest: sha256:c6787354753eee08a861e477578cb1b218f7ae3ed7e9ab94d4c4fbcc3505db35
66
sourceBlobDigest: sha256:ee2a461006d35edb1386cba134e3b2e817212649605f932e894e2c10c8b2547f
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1736484840
9+
- speakeasy-sdk-regen-1736485859
1010
- V2
1111
targets:
1212
comfy-deploy:
1313
source: comfydeploy-api
1414
sourceNamespace: comfydeploy-api
15-
sourceRevisionDigest: sha256:7e457aae30f1073849d8f7dd728010e3cacc22d88cf7fb13f1aa50d749d42e71
15+
sourceRevisionDigest: sha256:c6787354753eee08a861e477578cb1b218f7ae3ed7e9ab94d4c4fbcc3505db35
1616
sourceBlobDigest: sha256:ee2a461006d35edb1386cba134e3b2e817212649605f932e894e2c10c8b2547f
1717
codeSamplesNamespace: code-samples-python-comfy-deploy
18-
codeSamplesRevisionDigest: sha256:75aeb527434d27b0e6af2910b4c8c031d91369cf444bd32d3742f4d37988cd9d
18+
codeSamplesRevisionDigest: sha256:158bc310e4fc4c42698d721d8bbcee3a632a5045cfe172662c16f773ddaa6602
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest
@@ -36,3 +36,5 @@ workflow:
3636
output: codeSamples.yaml
3737
registry:
3838
location: registry.speakeasyapi.dev/comfydeploy/comfydeploy/code-samples-python-comfy-deploy
39+
labelOverride:
40+
fixedValue: SDK (Python)

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,14 @@ Based on:
148148
### Generated
149149
- [python v0.6.0] .
150150
### Releases
151-
- [PyPI v0.6.0] https://pypi.org/project/comfydeploy/0.6.0 - .
151+
- [PyPI v0.6.0] https://pypi.org/project/comfydeploy/0.6.0 - .
152+
153+
## 2025-01-10 05:10:45
154+
### Changes
155+
Based on:
156+
- OpenAPI Doc
157+
- Speakeasy CLI 1.467.0 (2.492.3) https://github.com/speakeasy-api/speakeasy
158+
### Generated
159+
- [python v0.6.1] .
160+
### Releases
161+
- [PyPI v0.6.1] https://pypi.org/project/comfydeploy/0.6.1 - .

β€ŽcodeSamples.yamlβ€Ž

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ actions:
77
update:
88
x-codeSamples:
99
- lang: python
10-
label: list_assets_assets_get
10+
label: SDK (Python)
1111
source: |-
1212
from comfydeploy import ComfyDeploy
1313
@@ -25,7 +25,7 @@ actions:
2525
update:
2626
x-codeSamples:
2727
- lang: python
28-
label: create_folder_assets_folder_post
28+
label: SDK (Python)
2929
source: |-
3030
from comfydeploy import ComfyDeploy
3131
@@ -45,7 +45,7 @@ actions:
4545
update:
4646
x-codeSamples:
4747
- lang: python
48-
label: upload_asset_file_assets_upload_post
48+
label: SDK (Python)
4949
source: |-
5050
from comfydeploy import ComfyDeploy
5151
@@ -68,7 +68,7 @@ actions:
6868
update:
6969
x-codeSamples:
7070
- lang: python
71-
label: delete_asset_assets__asset_id__delete
71+
label: SDK (Python)
7272
source: |-
7373
from comfydeploy import ComfyDeploy
7474
@@ -86,7 +86,7 @@ actions:
8686
update:
8787
x-codeSamples:
8888
- lang: python
89-
label: get_asset_assets__asset_id__get
89+
label: SDK (Python)
9090
source: |-
9191
from comfydeploy import ComfyDeploy
9292
@@ -104,7 +104,7 @@ actions:
104104
update:
105105
x-codeSamples:
106106
- lang: python
107-
label: create_deployment_deployment_post
107+
label: SDK (Python)
108108
source: |-
109109
from comfydeploy import ComfyDeploy
110110
@@ -127,7 +127,7 @@ actions:
127127
update:
128128
x-codeSamples:
129129
- lang: python
130-
label: get_deployments_deployments_get
130+
label: SDK (Python)
131131
source: |-
132132
from comfydeploy import ComfyDeploy
133133
@@ -145,7 +145,7 @@ actions:
145145
update:
146146
x-codeSamples:
147147
- lang: python
148-
label: upload_file_file_upload_post
148+
label: SDK (Python)
149149
source: |-
150150
from comfydeploy import ComfyDeploy
151151
@@ -168,7 +168,7 @@ actions:
168168
update:
169169
x-codeSamples:
170170
- lang: python
171-
label: public_models_models_get
171+
label: SDK (Python)
172172
source: |-
173173
from comfydeploy import ComfyDeploy
174174
@@ -186,7 +186,7 @@ actions:
186186
update:
187187
x-codeSamples:
188188
- lang: python
189-
label: queue_deployment_run_run_deployment_queue_post
189+
label: SDK (Python)
190190
source: |-
191191
from comfydeploy import ComfyDeploy
192192
@@ -211,7 +211,7 @@ actions:
211211
update:
212212
x-codeSamples:
213213
- lang: python
214-
label: create_run_deployment_stream_run_deployment_stream_post
214+
label: SDK (Python)
215215
source: |-
216216
from comfydeploy import ComfyDeploy
217217
@@ -238,7 +238,7 @@ actions:
238238
update:
239239
x-codeSamples:
240240
- lang: python
241-
label: sync_deployment_run_run_deployment_sync_post
241+
label: SDK (Python)
242242
source: |-
243243
from comfydeploy import ComfyDeploy
244244
@@ -263,7 +263,7 @@ actions:
263263
update:
264264
x-codeSamples:
265265
- lang: python
266-
label: queue_workflow_run_run_workflow_queue_post
266+
label: SDK (Python)
267267
source: |-
268268
from comfydeploy import ComfyDeploy
269269
@@ -289,7 +289,7 @@ actions:
289289
update:
290290
x-codeSamples:
291291
- lang: python
292-
label: create_run_workflow_stream_run_workflow_stream_post
292+
label: SDK (Python)
293293
source: |-
294294
from comfydeploy import ComfyDeploy
295295
@@ -317,7 +317,7 @@ actions:
317317
update:
318318
x-codeSamples:
319319
- lang: python
320-
label: sync_workflow_run_run_workflow_sync_post
320+
label: SDK (Python)
321321
source: |-
322322
from comfydeploy import ComfyDeploy
323323
@@ -343,7 +343,7 @@ actions:
343343
update:
344344
x-codeSamples:
345345
- lang: python
346-
label: get_run_run__run_id__get
346+
label: SDK (Python)
347347
source: |-
348348
from comfydeploy import ComfyDeploy
349349
@@ -361,7 +361,7 @@ actions:
361361
update:
362362
x-codeSamples:
363363
- lang: python
364-
label: cancel_run_run__run_id__cancel_post
364+
label: SDK (Python)
365365
source: |-
366366
from comfydeploy import ComfyDeploy
367367
@@ -381,7 +381,7 @@ actions:
381381
update:
382382
x-codeSamples:
383383
- lang: python
384-
label: search_search_model_get
384+
label: SDK (Python)
385385
source: |-
386386
from comfydeploy import ComfyDeploy
387387
@@ -399,7 +399,7 @@ actions:
399399
update:
400400
x-codeSamples:
401401
- lang: python
402-
label: create_session_session_post
402+
label: SDK (Python)
403403
source: |-
404404
from comfydeploy import ComfyDeploy
405405
@@ -419,7 +419,7 @@ actions:
419419
update:
420420
x-codeSamples:
421421
- lang: python
422-
label: increase_timeout_session_increase_timeout_post
422+
label: SDK (Python)
423423
source: |-
424424
from comfydeploy import ComfyDeploy
425425
@@ -442,7 +442,7 @@ actions:
442442
update:
443443
x-codeSamples:
444444
- lang: python
445-
label: delete_session_session__session_id__delete
445+
label: SDK (Python)
446446
source: |-
447447
from comfydeploy import ComfyDeploy
448448
@@ -460,7 +460,7 @@ actions:
460460
update:
461461
x-codeSamples:
462462
- lang: python
463-
label: get_session_session__session_id__get
463+
label: SDK (Python)
464464
source: |-
465465
from comfydeploy import ComfyDeploy
466466
@@ -478,7 +478,7 @@ actions:
478478
update:
479479
x-codeSamples:
480480
- lang: python
481-
label: get_machine_sessions_sessions_get
481+
label: SDK (Python)
482482
source: |-
483483
from comfydeploy import ComfyDeploy
484484
@@ -496,7 +496,7 @@ actions:
496496
update:
497497
x-codeSamples:
498498
- lang: python
499-
label: run_update__request_body__webhook__post
499+
label: SDK (Python)
500500
source: |-
501501
from comfydeploy import ComfyDeploy
502502
from comfydeploy.models import components

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "comfydeploy"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Python Client SDK Generated by Speakeasy"
55
authors = [{ name = "Speakeasy" },]
66
readme = "README-PYPI.md"

β€Žsrc/comfydeploy/_version.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "comfydeploy"
6-
__version__: str = "0.6.0"
6+
__version__: str = "0.6.1"
77
__openapi_doc_version__: str = "V2"
88
__gen_version__: str = "2.492.3"
9-
__user_agent__: str = "speakeasy-sdk/python 0.6.0 2.492.3 V2 comfydeploy"
9+
__user_agent__: str = "speakeasy-sdk/python 0.6.1 2.492.3 V2 comfydeploy"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
Β (0)