Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: V2
speakeasyVersion: 1.467.0
generationVersion: 2.492.3
releaseVersion: 0.6.0
configChecksum: 51f9d7e9490205b617ca72789edb9613
releaseVersion: 0.6.1
configChecksum: b7f4ea40dedebd61df5212b0a033aa19
repoURL: https://github.com/comfy-deploy/comfy-deploy-python.git
installationURL: https://github.com/comfy-deploy/comfy-deploy-python.git
published: true
Expand Down Expand Up @@ -336,6 +336,7 @@ examples:
responses:
"422":
application/json: {}
"200": {}
cancel_run_run__run_id__cancel_post:
speakeasy-default-cancel-run-run-run-id-cancel-post:
parameters:
Expand Down Expand Up @@ -373,6 +374,7 @@ examples:
responses:
"422":
application/json: {}
"200": {}
queue_workflow_run_run_workflow_queue_post:
speakeasy-default-queue-workflow-run-run-workflow-queue-post:
requestBody:
Expand All @@ -398,6 +400,7 @@ examples:
responses:
"422":
application/json: {}
"200": {}
get_session_session__session_id__get:
speakeasy-default-get-session-session-session-id-get:
parameters:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
python:
version: 0.6.0
version: 0.6.1
additionalDependencies:
dev: {}
main: {}
Expand Down
10 changes: 6 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.467.0
sources:
comfydeploy-api:
sourceNamespace: comfydeploy-api
sourceRevisionDigest: sha256:7e457aae30f1073849d8f7dd728010e3cacc22d88cf7fb13f1aa50d749d42e71
sourceRevisionDigest: sha256:c6787354753eee08a861e477578cb1b218f7ae3ed7e9ab94d4c4fbcc3505db35
sourceBlobDigest: sha256:ee2a461006d35edb1386cba134e3b2e817212649605f932e894e2c10c8b2547f
tags:
- latest
- speakeasy-sdk-regen-1736484840
- speakeasy-sdk-regen-1736485859
- V2
targets:
comfy-deploy:
source: comfydeploy-api
sourceNamespace: comfydeploy-api
sourceRevisionDigest: sha256:7e457aae30f1073849d8f7dd728010e3cacc22d88cf7fb13f1aa50d749d42e71
sourceRevisionDigest: sha256:c6787354753eee08a861e477578cb1b218f7ae3ed7e9ab94d4c4fbcc3505db35
sourceBlobDigest: sha256:ee2a461006d35edb1386cba134e3b2e817212649605f932e894e2c10c8b2547f
codeSamplesNamespace: code-samples-python-comfy-deploy
codeSamplesRevisionDigest: sha256:75aeb527434d27b0e6af2910b4c8c031d91369cf444bd32d3742f4d37988cd9d
codeSamplesRevisionDigest: sha256:158bc310e4fc4c42698d721d8bbcee3a632a5045cfe172662c16f773ddaa6602
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand All @@ -36,3 +36,5 @@ workflow:
output: codeSamples.yaml
registry:
location: registry.speakeasyapi.dev/comfydeploy/comfydeploy/code-samples-python-comfy-deploy
labelOverride:
fixedValue: SDK (Python)
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,14 @@ Based on:
### Generated
- [python v0.6.0] .
### Releases
- [PyPI v0.6.0] https://pypi.org/project/comfydeploy/0.6.0 - .
- [PyPI v0.6.0] https://pypi.org/project/comfydeploy/0.6.0 - .

## 2025-01-10 05:10:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.467.0 (2.492.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.6.1] .
### Releases
- [PyPI v0.6.1] https://pypi.org/project/comfydeploy/0.6.1 - .
48 changes: 24 additions & 24 deletions codeSamples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: list_assets_assets_get
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -25,7 +25,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: create_folder_assets_folder_post
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -45,7 +45,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: upload_asset_file_assets_upload_post
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -68,7 +68,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: delete_asset_assets__asset_id__delete
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -86,7 +86,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: get_asset_assets__asset_id__get
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -104,7 +104,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: create_deployment_deployment_post
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -127,7 +127,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: get_deployments_deployments_get
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -145,7 +145,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: upload_file_file_upload_post
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -168,7 +168,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: public_models_models_get
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -186,7 +186,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: queue_deployment_run_run_deployment_queue_post
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -211,7 +211,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: create_run_deployment_stream_run_deployment_stream_post
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -238,7 +238,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: sync_deployment_run_run_deployment_sync_post
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -263,7 +263,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: queue_workflow_run_run_workflow_queue_post
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -289,7 +289,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: create_run_workflow_stream_run_workflow_stream_post
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand Down Expand Up @@ -317,7 +317,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: sync_workflow_run_run_workflow_sync_post
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -343,7 +343,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: get_run_run__run_id__get
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -361,7 +361,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: cancel_run_run__run_id__cancel_post
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -381,7 +381,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: search_search_model_get
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -399,7 +399,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: create_session_session_post
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -419,7 +419,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: increase_timeout_session_increase_timeout_post
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -442,7 +442,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: delete_session_session__session_id__delete
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -460,7 +460,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: get_session_session__session_id__get
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -478,7 +478,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: get_machine_sessions_sessions_get
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy

Expand All @@ -496,7 +496,7 @@ actions:
update:
x-codeSamples:
- lang: python
label: run_update__request_body__webhook__post
label: SDK (Python)
source: |-
from comfydeploy import ComfyDeploy
from comfydeploy.models import components
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "comfydeploy"
version = "0.6.0"
version = "0.6.1"
description = "Python Client SDK Generated by Speakeasy"
authors = [{ name = "Speakeasy" },]
readme = "README-PYPI.md"
Expand Down
4 changes: 2 additions & 2 deletions src/comfydeploy/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "comfydeploy"
__version__: str = "0.6.0"
__version__: str = "0.6.1"
__openapi_doc_version__: str = "V2"
__gen_version__: str = "2.492.3"
__user_agent__: str = "speakeasy-sdk/python 0.6.0 2.492.3 V2 comfydeploy"
__user_agent__: str = "speakeasy-sdk/python 0.6.1 2.492.3 V2 comfydeploy"

try:
if __package__ is not None:
Expand Down