ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.337.1

This commit is contained in:
speakeasybot
2024-07-16 21:57:03 +00:00
parent f4795d49bc
commit 83a99504c5
10 changed files with 79 additions and 17 deletions

View File

@@ -1,4 +1,9 @@
<div align="center">
<a href="https://codespaces.new/comfy-deploy/comfy-deploy-python.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
</div>
<br>
> **Remember to shutdown a GitHub Codespace when it is not in use!**
# Dev Containers Quick Start

View File

@@ -3,15 +3,18 @@ id: 2c1d440e-25e4-46e2-a435-ebd1f72a7373
management:
docChecksum: 751bbee351db5354325a9ef968014e0d
docVersion: 0.0.1
speakeasyVersion: 1.335.2
generationVersion: 2.372.3
releaseVersion: 0.0.1
configChecksum: 146d1ec1460e43d80975a87764babb15
speakeasyVersion: 1.337.1
generationVersion: 2.373.2
releaseVersion: 0.0.2
configChecksum: 9cb0ea095a0bc55ad805a566cde61f4d
repoURL: https://github.com/comfy-deploy/comfy-deploy-python.git
installationURL: https://github.com/comfy-deploy/comfy-deploy-python.git
published: true
features:
python:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.3
core: 4.8.1
core: 4.8.2
devContainers: 2.86.0
flattening: 2.81.1
globalSecurity: 2.83.5
@@ -224,3 +227,4 @@ generatedFiles:
- src/comfydeploy/_hooks/sdkhooks.py
- src/comfydeploy/_hooks/types.py
- src/comfydeploy/_hooks/__init__.py
- CONTRIBUTING.md

View File

@@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 0.0.1
version: 0.0.2
additionalDependencies:
dependencies: {}
extraDependencies:

View File

@@ -1,20 +1,22 @@
speakeasyVersion: 1.335.2
speakeasyVersion: 1.337.1
sources:
comfydeploy-api:
sourceNamespace: comfydeploy-api
sourceRevisionDigest: sha256:9de04a7a79c20e6734a6f6a554ad832ef07d8d0e10e0b0f4f2bd5d6a3c3a2440
sourceBlobDigest: sha256:16bb126ace5178a46f34a6530b3983db437d0652b4e44a0077d730f801d83884
sourceRevisionDigest: sha256:539371fe639afc48d0ba3b481fa816b0801da03005403911367c36eae3da6499
sourceBlobDigest: sha256:41ad645015efba33f017ee3f6096c84d52092d6397a51e4c384f5f1b1da6bbbb
tags:
- latest
- main
targets:
comfy-deploy:
source: comfydeploy-api
sourceNamespace: comfydeploy-api
sourceRevisionDigest: sha256:9de04a7a79c20e6734a6f6a554ad832ef07d8d0e10e0b0f4f2bd5d6a3c3a2440
sourceBlobDigest: sha256:16bb126ace5178a46f34a6530b3983db437d0652b4e44a0077d730f801d83884
outLocation: /Users/bennykok/Documents/GitHub/comfy-deploy-python
sourceRevisionDigest: sha256:539371fe639afc48d0ba3b481fa816b0801da03005403911367c36eae3da6499
sourceBlobDigest: sha256:41ad645015efba33f017ee3f6096c84d52092d6397a51e4c384f5f1b1da6bbbb
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
comfydeploy-api:
inputs:
@@ -25,3 +27,6 @@ workflow:
comfy-deploy:
target: python
source: comfydeploy-api
publish:
pypi:
token: $pypi_token

View File

@@ -1,4 +1,5 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
comfydeploy-api:
inputs:

26
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,26 @@
# Contributing to This Repository
Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.
## How to Report Issues
If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:
- A clear and descriptive title
- Steps to reproduce the issue
- Expected and actual behavior
- Any relevant logs, screenshots, or error messages
- Information about your environment (e.g., operating system, software versions)
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed
## Issue Triage and Upstream Fixes
We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.
## Contact
If you have any questions or need further assistance, please feel free to reach out by opening an issue.
Thank you for your understanding and cooperation!
The Maintainers

View File

@@ -20,7 +20,7 @@ It has been generated successfully based on your OpenAPI spec. However, it is no
## SDK Installation
```bash
pip install git+<UNSET>.git
pip install comfydeploy
```
<!-- End SDK Installation [installation] -->

11
RELEASES.md Normal file
View File

@@ -0,0 +1,11 @@
## 2024-07-16 21:56:31
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.0.2] .
### Releases
- [PyPI v0.0.2] https://pypi.org/project/comfydeploy/0.0.2 - .

View File

@@ -1,18 +1,28 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
import setuptools
import re
try:
with open('README.md', 'r') as fh:
long_description = fh.read()
GITHUB_URL = 'https://github.com/comfy-deploy/comfy-deploy-python.git'
GITHUB_URL = GITHUB_URL[: -len('.git')] if GITHUB_URL.endswith('.git') else GITHUB_URL
# links on PyPI should have absolute URLs
long_description = re.sub(
r'(\[[^\]]+\]\()((?!https?:)[^\)]+)(\))',
lambda m: m.group(1) + GITHUB_URL + '/blob/master/' + m.group(2) + m.group(3),
long_description,
)
except FileNotFoundError:
long_description = ''
setuptools.setup(
name='comfydeploy',
version='0.0.1',
version='0.0.2',
author='Speakeasy',
description='Python Client SDK Generated by Speakeasy',
url='https://github.com/comfy-deploy/comfy-deploy-python.git',
long_description=long_description,
long_description_content_type='text/markdown',
packages=setuptools.find_packages(where='src'),

View File

@@ -23,9 +23,9 @@ class SDKConfiguration:
server_idx: Optional[int] = 0
language: str = 'python'
openapi_doc_version: str = '0.0.1'
sdk_version: str = '0.0.1'
gen_version: str = '2.372.3'
user_agent: str = 'speakeasy-sdk/python 0.0.1 2.372.3 0.0.1 comfydeploy'
sdk_version: str = '0.0.2'
gen_version: str = '2.373.2'
user_agent: str = 'speakeasy-sdk/python 0.0.2 2.373.2 0.0.1 comfydeploy'
retry_config: Optional[RetryConfig] = None
def __post_init__(self):