From f3c421e8e271d6daab37d5ce6ae0ee93cf23c6a1 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Fri, 10 Jan 2025 05:11:48 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.467.0 --- .speakeasy/gen.lock | 7 ++++-- .speakeasy/gen.yaml | 2 +- .speakeasy/workflow.lock | 10 ++++---- RELEASES.md | 12 +++++++++- codeSamples.yaml | 48 ++++++++++++++++++------------------- pyproject.toml | 2 +- src/comfydeploy/_version.py | 4 ++-- 7 files changed, 50 insertions(+), 35 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index a7e4181..bdf3301 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -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 @@ -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: @@ -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: @@ -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: diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index ca49ca9..42000b7 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -16,7 +16,7 @@ generation: oAuth2ClientCredentialsEnabled: false oAuth2PasswordEnabled: false python: - version: 0.6.0 + version: 0.6.1 additionalDependencies: dev: {} main: {} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 614ccec..8079786 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -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 @@ -36,3 +36,5 @@ workflow: output: codeSamples.yaml registry: location: registry.speakeasyapi.dev/comfydeploy/comfydeploy/code-samples-python-comfy-deploy + labelOverride: + fixedValue: SDK (Python) diff --git a/RELEASES.md b/RELEASES.md index f40a100..4270579 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -148,4 +148,14 @@ Based on: ### Generated - [python v0.6.0] . ### Releases -- [PyPI v0.6.0] https://pypi.org/project/comfydeploy/0.6.0 - . \ No newline at end of file +- [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 - . \ No newline at end of file diff --git a/codeSamples.yaml b/codeSamples.yaml index a8ea435..09c686c 100644 --- a/codeSamples.yaml +++ b/codeSamples.yaml @@ -7,7 +7,7 @@ actions: update: x-codeSamples: - lang: python - label: list_assets_assets_get + label: SDK (Python) source: |- from comfydeploy import ComfyDeploy @@ -25,7 +25,7 @@ actions: update: x-codeSamples: - lang: python - label: create_folder_assets_folder_post + label: SDK (Python) source: |- from comfydeploy import ComfyDeploy @@ -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 @@ -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 @@ -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 @@ -104,7 +104,7 @@ actions: update: x-codeSamples: - lang: python - label: create_deployment_deployment_post + label: SDK (Python) source: |- from comfydeploy import ComfyDeploy @@ -127,7 +127,7 @@ actions: update: x-codeSamples: - lang: python - label: get_deployments_deployments_get + label: SDK (Python) source: |- from comfydeploy import ComfyDeploy @@ -145,7 +145,7 @@ actions: update: x-codeSamples: - lang: python - label: upload_file_file_upload_post + label: SDK (Python) source: |- from comfydeploy import ComfyDeploy @@ -168,7 +168,7 @@ actions: update: x-codeSamples: - lang: python - label: public_models_models_get + label: SDK (Python) source: |- from comfydeploy import ComfyDeploy @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -381,7 +381,7 @@ actions: update: x-codeSamples: - lang: python - label: search_search_model_get + label: SDK (Python) source: |- from comfydeploy import ComfyDeploy @@ -399,7 +399,7 @@ actions: update: x-codeSamples: - lang: python - label: create_session_session_post + label: SDK (Python) source: |- from comfydeploy import ComfyDeploy @@ -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 @@ -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 @@ -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 @@ -478,7 +478,7 @@ actions: update: x-codeSamples: - lang: python - label: get_machine_sessions_sessions_get + label: SDK (Python) source: |- from comfydeploy import ComfyDeploy @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 03154ea..8bc7dda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/comfydeploy/_version.py b/src/comfydeploy/_version.py index 584eb7f..744f4ce 100644 --- a/src/comfydeploy/_version.py +++ b/src/comfydeploy/_version.py @@ -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: