Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.228.1 (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Mar 29, 2024
1 parent 9d24eca commit 6ee4818
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
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: "2018-02-08"
speakeasyVersion: 1.228.1
generationVersion: 2.292.0
releaseVersion: 3.0.0rc2
configChecksum: 2f3bf8dc96122a2c95ace6037465a2c9
releaseVersion: 3.0.0
configChecksum: d46cb2777c6c5993e1a1dc3c7f0b2021
repoURL: https://github.com/goshippo/shippo-python-sdk.git
installationURL: https://github.com/goshippo/shippo-python-sdk.git
published: true
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,14 @@ Based on:
### Generated
- [python v3.0.0rc2] .
### Releases
- [PyPI v3.0.0rc2] https://pypi.org/project/shippo/3.0.0rc2 - .
- [PyPI v3.0.0rc2] https://pypi.org/project/shippo/3.0.0rc2 - .

## 2024-03-29 21:17:00
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.228.1 (2.292.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.0.0] .
### Releases
- [PyPI v3.0.0] https://pypi.org/project/shippo/3.0.0 - .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="shippo",
version="3.0.0rc2",
version="3.0.0",
author="Shippo",
description="Python Client SDK Generated by Speakeasy",
long_description=long_description,
Expand Down
4 changes: 2 additions & 2 deletions src/shippo/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class SDKConfiguration:
server_idx: int = 0
language: str = 'python'
openapi_doc_version: str = '2018-02-08'
sdk_version: str = '3.0.0rc2'
sdk_version: str = '3.0.0'
gen_version: str = '2.292.0'
user_agent: str = 'speakeasy-sdk/python 3.0.0rc2 2.292.0 2018-02-08 shippo'
user_agent: str = 'speakeasy-sdk/python 3.0.0 2.292.0 2018-02-08 shippo'
retry_config: RetryConfig = None
_hooks: SDKHooks = None

Expand Down

0 comments on commit 6ee4818

Please sign in to comment.