diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 80261c7..ce4711d 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -3,10 +3,10 @@ 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 @@ -14,7 +14,7 @@ management: 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 @@ -89,3 +89,4 @@ generatedFiles: - src/ding/_hooks/sdkhooks.py - src/ding/_hooks/types.py - src/ding/_hooks/__init__.py + - CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..d585717 --- /dev/null +++ b/CONTRIBUTING.md @@ -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 diff --git a/RELEASES.md b/RELEASES.md index bbab55f..1dcc2a2 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 - . \ No newline at end of file +- [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 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 3a59007..0a2f9ea 100755 --- a/gen.yaml +++ b/gen.yaml @@ -11,7 +11,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false python: - version: 3.7.6 + version: 3.8.0 additionalDependencies: dependencies: {} extraDependencies: diff --git a/setup.py b/setup.py index 933d852..144ab04 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/src/ding/sdkconfiguration.py b/src/ding/sdkconfiguration.py index fb46e91..49e7c4b 100644 --- a/src/ding/sdkconfiguration.py +++ b/src/ding/sdkconfiguration.py @@ -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):