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
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 2c1d440e-25e4-46e2-a435-ebd1f72a7373
management:
docChecksum: 90a1294d42e1fd57f405f6d16fa371c6
docVersion: V2
speakeasyVersion: 1.467.0
speakeasyVersion: 1.468.1
generationVersion: 2.492.3
releaseVersion: 0.6.1
configChecksum: b7f4ea40dedebd61df5212b0a033aa19
releaseVersion: 0.6.2
configChecksum: cde3aab15f4cc2df0a9349e7860df488
repoURL: https://github.com/comfy-deploy/comfy-deploy-python.git
installationURL: https://github.com/comfy-deploy/comfy-deploy-python.git
published: true
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.1
version: 0.6.2
additionalDependencies:
dev: {}
main: {}
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.467.0
speakeasyVersion: 1.468.1
sources:
comfydeploy-api:
sourceNamespace: comfydeploy-api
sourceRevisionDigest: sha256:c6787354753eee08a861e477578cb1b218f7ae3ed7e9ab94d4c4fbcc3505db35
sourceRevisionDigest: sha256:f9dc5cc0946a75e6462b5ba1a1d59b7f813179cfe669f6118f364ac34cd964d3
sourceBlobDigest: sha256:ee2a461006d35edb1386cba134e3b2e817212649605f932e894e2c10c8b2547f
tags:
- latest
- speakeasy-sdk-regen-1736485859
- speakeasy-sdk-regen-1736560726
- V2
targets:
comfy-deploy:
source: comfydeploy-api
sourceNamespace: comfydeploy-api
sourceRevisionDigest: sha256:c6787354753eee08a861e477578cb1b218f7ae3ed7e9ab94d4c4fbcc3505db35
sourceRevisionDigest: sha256:f9dc5cc0946a75e6462b5ba1a1d59b7f813179cfe669f6118f364ac34cd964d3
sourceBlobDigest: sha256:ee2a461006d35edb1386cba134e3b2e817212649605f932e894e2c10c8b2547f
codeSamplesNamespace: code-samples-python-comfy-deploy
codeSamplesRevisionDigest: sha256:158bc310e4fc4c42698d721d8bbcee3a632a5045cfe172662c16f773ddaa6602
codeSamplesRevisionDigest: sha256:52ce7fce4ff98ecc984debdf7cbfd4f42c6461794a9a973dd710a605cbc05b08
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,14 @@ Based on:
### Generated
- [python v0.6.1] .
### Releases
- [PyPI v0.6.1] https://pypi.org/project/comfydeploy/0.6.1 - .
- [PyPI v0.6.1] https://pypi.org/project/comfydeploy/0.6.1 - .

## 2025-01-11 01:58:19
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.468.1 (2.492.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.6.2] .
### Releases
- [PyPI v0.6.2] https://pypi.org/project/comfydeploy/0.6.2 - .
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.1"
version = "0.6.2"
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.1"
__version__: str = "0.6.2"
__openapi_doc_version__: str = "V2"
__gen_version__: str = "2.492.3"
__user_agent__: str = "speakeasy-sdk/python 0.6.1 2.492.3 V2 comfydeploy"
__user_agent__: str = "speakeasy-sdk/python 0.6.2 2.492.3 V2 comfydeploy"

try:
if __package__ is not None:
Expand Down