Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.310.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 20, 2024
1 parent 31c9153 commit 6e28cdf
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 18 deletions.
11 changes: 5 additions & 6 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.307.2
generationVersion: 2.342.2
releaseVersion: 3.7.4
configChecksum: ceeb7587e1955eb9cc3d77d77166edd6
speakeasyVersion: 1.310.0
generationVersion: 2.347.4
releaseVersion: 3.7.5
configChecksum: bdf8b36a1b180d5c382c06e63e0b27eb
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.10
core: 4.6.11
examples: 2.81.3
flattening: 2.81.1
globalSecurity: 2.83.5
Expand All @@ -28,7 +28,6 @@ generatedFiles:
- src/ding/otp.py
- src/ding/lookup.py
- src/ding/sdk.py
- Makefile
- py.typed
- pylintrc
- scripts/publish.sh
Expand Down
6 changes: 0 additions & 6 deletions Makefile

This file was deleted.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,4 +408,14 @@ Based on:
### Generated
- [python v3.7.4] .
### Releases
- [PyPI v3.7.4] https://pypi.org/project/ding_api_client/3.7.4 - .
- [PyPI v3.7.4] https://pypi.org/project/ding_api_client/3.7.4 - .

## 2024-06-20 00:10:32
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.310.0 (2.347.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.7.5] .
### Releases
- [PyPI v3.7.5] https://pypi.org/project/ding_api_client/3.7.5 - .
3 changes: 2 additions & 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.4
version: 3.7.5
additionalDependencies:
dependencies: {}
extraDependencies:
Expand All @@ -35,3 +35,4 @@ python:
packageName: ding_api_client
projectUrls: {}
responseFormat: envelope
templateVersion: v1
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.4',
version='3.7.5',
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.4'
gen_version: str = '2.342.2'
user_agent: str = 'speakeasy-sdk/python 3.7.4 2.342.2 1.0.0 ding_api_client'
sdk_version: str = '3.7.5'
gen_version: str = '2.347.4'
user_agent: str = 'speakeasy-sdk/python 3.7.5 2.347.4 1.0.0 ding_api_client'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down

0 comments on commit 6e28cdf

Please sign in to comment.