Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.337.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jul 17, 2024
1 parent 9997333 commit 2924c58
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 11 deletions.
11 changes: 6 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ id: 81c437b1-ab8d-4cec-8b8f-8f71d1bdb7a2
management:
docChecksum: 85248a8dd6a5cd6fea1b82dfc30249e9
docVersion: 1.0.0
speakeasyVersion: 1.315.2
generationVersion: 2.352.0
releaseVersion: 3.7.6
configChecksum: 40b89d5c6c380c81cfff2dc9939a5249
speakeasyVersion: 1.337.1
generationVersion: 2.373.2
releaseVersion: 3.8.0
configChecksum: 31e284f11110c92db846417e627a0ebd
repoURL: https://github.com/ding-live/ding-python.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-python.git
published: true
features:
python:
additionalDependencies: 0.1.0
core: 4.6.13
core: 4.8.2
examples: 2.81.3
flattening: 2.81.1
globalSecurity: 2.83.5
Expand Down Expand Up @@ -89,3 +89,4 @@ generatedFiles:
- src/ding/_hooks/sdkhooks.py
- src/ding/_hooks/types.py
- src/ding/_hooks/__init__.py
- CONTRIBUTING.md
26 changes: 26 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,4 +428,14 @@ Based on:
### Generated
- [python v3.7.6] .
### Releases
- [PyPI v3.7.6] https://pypi.org/project/ding_api_client/3.7.6 - .
- [PyPI v3.7.6] https://pypi.org/project/ding_api_client/3.7.6 - .

## 2024-07-17 00:11:26
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.8.0] .
### Releases
- [PyPI v3.8.0] https://pypi.org/project/ding_api_client/3.8.0 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 3.7.6
version: 3.8.0
additionalDependencies:
dependencies: {}
extraDependencies:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name='ding_api_client',
version='3.7.6',
version='3.8.0',
author='Ding',
description='Python Client SDK',
url='https://github.com/ding-live/ding-python.git',
Expand Down
6 changes: 3 additions & 3 deletions src/ding/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ class SDKConfiguration:
server_idx: Optional[int] = 0
language: str = 'python'
openapi_doc_version: str = '1.0.0'
sdk_version: str = '3.7.6'
gen_version: str = '2.352.0'
user_agent: str = 'speakeasy-sdk/python 3.7.6 2.352.0 1.0.0 ding_api_client'
sdk_version: str = '3.8.0'
gen_version: str = '2.373.2'
user_agent: str = 'speakeasy-sdk/python 3.8.0 2.373.2 1.0.0 ding_api_client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down

0 comments on commit 2924c58

Please sign in to comment.