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
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.0.1
speakeasyVersion: 1.360.0
generationVersion: 2.392.0
releaseVersion: 0.3.2
configChecksum: 5001ab47ebd5f39dc5d648c4c61b5086
releaseVersion: 0.3.3
configChecksum: d21370c6c4de72c4143fd9d0815a2048
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 @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 0.3.2
version: 0.3.3
additionalDependencies:
dev: {}
main: {}
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ speakeasyVersion: 1.360.0
sources:
comfydeploy-api:
sourceNamespace: comfydeploy-api
sourceRevisionDigest: sha256:ed4c2fd3584e60ee50af18e710d52e216f99ae99f065fa307a94d1a7c5cf84a8
sourceBlobDigest: sha256:8af44a7024baee7f915ad9df3a1266f0fafae737bb510c2a84ac55290e76679f
sourceRevisionDigest: sha256:c8b895359fa3b816a2165da55fc19679d3b1fda87612e72bfe993a5b913c965d
sourceBlobDigest: sha256:467693c3bd83097b20c4f6148313bf0bd6f680cc29dcc23f788053c975cb64f9
tags:
- latest
- main
targets:
comfy-deploy:
source: comfydeploy-api
sourceNamespace: comfydeploy-api
sourceRevisionDigest: sha256:ed4c2fd3584e60ee50af18e710d52e216f99ae99f065fa307a94d1a7c5cf84a8
sourceBlobDigest: sha256:8af44a7024baee7f915ad9df3a1266f0fafae737bb510c2a84ac55290e76679f
sourceRevisionDigest: sha256:c8b895359fa3b816a2165da55fc19679d3b1fda87612e72bfe993a5b913c965d
sourceBlobDigest: sha256:467693c3bd83097b20c4f6148313bf0bd6f680cc29dcc23f788053c975cb64f9
codeSamplesNamespace: code-samples-python-comfy-deploy
codeSamplesRevisionDigest: sha256:7afe50719a0b1ea223b6cca069568fac07413373e342df4734616b0e4fb3d51c
codeSamplesRevisionDigest: sha256:5ab4a659f77b5d5feaf4c700515cd6b5485a3f31de427ca7ecba8df133c16ab6
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,14 @@ Based on:
### Generated
- [python v0.3.2] .
### Releases
- [PyPI v0.3.2] https://pypi.org/project/comfydeploy/0.3.2 - .
- [PyPI v0.3.2] https://pypi.org/project/comfydeploy/0.3.2 - .

## 2024-08-09 23:55:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.360.0 (2.392.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.3.3] .
### Releases
- [PyPI v0.3.3] https://pypi.org/project/comfydeploy/0.3.3 - .
Loading