diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index f4f555a..48c0b91 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: 986026b6-d725-4b86-9c4d-67f6e6904a30 management: - docChecksum: 256e7d68eaf807fc9ef86f8311e8a13f + docChecksum: a6c512b6d11850750009f70a734d6247 docVersion: "2018-02-08" - speakeasyVersion: 1.447.0 - generationVersion: 2.463.0 - releaseVersion: 3.9.0 - configChecksum: d5580dbd92c617bc4ccb971b84ab7996 + speakeasyVersion: 1.448.2 + generationVersion: 2.467.4 + releaseVersion: 3.9.1 + configChecksum: c2084958ec0a2e63f6f6bb2892d4aaa2 repoURL: https://github.com/goshippo/shippo-python-sdk.git installationURL: https://github.com/goshippo/shippo-python-sdk.git published: true diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index f72395a..b206799 100755 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -13,7 +13,7 @@ generation: oAuth2ClientCredentialsEnabled: true oAuth2PasswordEnabled: false python: - version: 3.9.0 + version: 3.9.1 additionalDependencies: dependencies: {} extraDependencies: diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 7be7ba6..237975a 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,21 +1,21 @@ -speakeasyVersion: 1.447.0 +speakeasyVersion: 1.448.2 sources: openapi: sourceNamespace: openapi - sourceRevisionDigest: sha256:e8ab98342833888dbc4dd20f683ee5fb7791107d8574b8dfabce743bc3675cd0 - sourceBlobDigest: sha256:8c66d55b10c00886e8fd1f2b6ea6b233bccf17f622fed046dcf302d5da3f91f5 + sourceRevisionDigest: sha256:374c3d91117660e80a719cee38e3bacc7c808c7b162250cd8f890abec42a83bd + sourceBlobDigest: sha256:422c969f0c8ded72f1dc9d756407a9d51740270b9d16fd9c4f4a9d50f4e714ba tags: - latest - - speakeasy-sdk-regen-1732493299 + - speakeasy-sdk-regen-1733098125 - "2018-02-08" targets: first-target: source: openapi sourceNamespace: openapi - sourceRevisionDigest: sha256:e8ab98342833888dbc4dd20f683ee5fb7791107d8574b8dfabce743bc3675cd0 - sourceBlobDigest: sha256:8c66d55b10c00886e8fd1f2b6ea6b233bccf17f622fed046dcf302d5da3f91f5 - codeSamplesNamespace: openapi-code-samples - codeSamplesRevisionDigest: sha256:4d98db29bd18b7b3669055823e761d8c64c5c63c3c282521be4a1c6f56ca69bb + sourceRevisionDigest: sha256:374c3d91117660e80a719cee38e3bacc7c808c7b162250cd8f890abec42a83bd + sourceBlobDigest: sha256:422c969f0c8ded72f1dc9d756407a9d51740270b9d16fd9c4f4a9d50f4e714ba + codeSamplesNamespace: openapi-python-code-samples + codeSamplesRevisionDigest: sha256:7d4c6ab686780452e560acd594555227a25f1fd2a2f86314ae166d571c22a8bb workflow: workflowVersion: 1.0.0 speakeasyVersion: latest @@ -34,5 +34,5 @@ workflow: token: $pypi_token codeSamples: registry: - location: registry.speakeasyapi.dev/shippo/shippo/openapi-code-samples + location: registry.speakeasyapi.dev/shippo/shippo/openapi-python-code-samples blocking: false diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml index 12cc89a..116cd57 100644 --- a/.speakeasy/workflow.yaml +++ b/.speakeasy/workflow.yaml @@ -15,5 +15,5 @@ targets: token: $pypi_token codeSamples: registry: - location: registry.speakeasyapi.dev/shippo/shippo/openapi-code-samples + location: registry.speakeasyapi.dev/shippo/shippo/openapi-python-code-samples blocking: false diff --git a/README.md b/README.md index ced167b..485bd00 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,19 @@ Shippo external API.: Use this API to integrate with the Shippo service ## Table of Contents + +* [Shippo logo Shippo Python SDK](#img-srchttpsdocsgoshippocomimageslogopng-width30-altshippo-logo-shippo-python-sdk) + * [SDK Installation](#sdk-installation) + * [SDK Reinstallation to a specific version](#sdk-reinstallation-to-a-specific-version) + * [SDK Example Usage](#sdk-example-usage) + * [Custom HTTP Client](#custom-http-client) + * [Debug HTTP Client](#debug-http-client) + * [Documentation](#documentation) + * [Available Resources and Operations](#available-resources-and-operations) + * [Maturity](#maturity) + * [Contributions](#contributions) + * [About Shippo](#about-shippo) -* [SDK Installation](#sdk-installation) -* [SDK Example Usage](#sdk-example-usage) -* [Available Resources and Operations](#available-resources-and-operations) -* [Error Handling](#error-handling) -* [Server Selection](#server-selection) -* [Custom HTTP Client](#custom-http-client) -* [Authentication](#authentication) diff --git a/RELEASES.md b/RELEASES.md index 677ad9d..7dafdc9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -398,4 +398,14 @@ Based on: ### Generated - [python v3.9.0] . ### Releases -- [PyPI v3.9.0] https://pypi.org/project/shippo/3.9.0 - . \ No newline at end of file +- [PyPI v3.9.0] https://pypi.org/project/shippo/3.9.0 - . + +## 2024-12-02 00:08:42 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.448.2 (2.467.4) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v3.9.1] . +### Releases +- [PyPI v3.9.1] https://pypi.org/project/shippo/3.9.1 - . \ No newline at end of file diff --git a/docs/models/components/carriersenum.md b/docs/models/components/carriersenum.md index 9932515..752e876 100644 --- a/docs/models/components/carriersenum.md +++ b/docs/models/components/carriersenum.md @@ -45,7 +45,6 @@ | new_zealand_post | New Zealand Post (also used for Pace and CourierPost)| | nippon_express | Nippon Express| | ontrac | OnTrac| -| orangeds | OrangeDS| | parcelforce | Parcelforce| | passport | Passport| | pcf | PCF| @@ -113,7 +112,6 @@ | `NEW_ZEALAND_POST` | new_zealand_post | | `NIPPON_EXPRESS` | nippon_express | | `ONTRAC` | ontrac | -| `ORANGEDS` | orangeds | | `PARCELFORCE` | parcelforce | | `PASSPORT` | passport | | `PCF` | pcf | diff --git a/setup.py b/setup.py index 202d5ec..2aa0644 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name='shippo', - version='3.9.0', + version='3.9.1', author='Shippo', description='Shipping API Python library (USPS, FedEx, UPS and more)', license = 'MIT License', diff --git a/src/shippo/models/components/carriersenum.py b/src/shippo/models/components/carriersenum.py index 96a8d6d..c557bf2 100644 --- a/src/shippo/models/components/carriersenum.py +++ b/src/shippo/models/components/carriersenum.py @@ -50,7 +50,6 @@ class CarriersEnum(str, Enum): | new_zealand_post | New Zealand Post (also used for Pace and CourierPost)| | nippon_express | Nippon Express| | ontrac | OnTrac| - | orangeds | OrangeDS| | parcelforce | Parcelforce| | passport | Passport| | pcf | PCF| @@ -112,7 +111,6 @@ class CarriersEnum(str, Enum): NEW_ZEALAND_POST = 'new_zealand_post' NIPPON_EXPRESS = 'nippon_express' ONTRAC = 'ontrac' - ORANGEDS = 'orangeds' PARCELFORCE = 'parcelforce' PASSPORT = 'passport' PCF = 'pcf' diff --git a/src/shippo/sdkconfiguration.py b/src/shippo/sdkconfiguration.py index 674b7ca..e622550 100644 --- a/src/shippo/sdkconfiguration.py +++ b/src/shippo/sdkconfiguration.py @@ -24,9 +24,9 @@ class SDKConfiguration: server_idx: Optional[int] = 0 language: str = 'python' openapi_doc_version: str = '2018-02-08' - sdk_version: str = '3.9.0' - gen_version: str = '2.463.0' - user_agent: str = 'speakeasy-sdk/python 3.9.0 2.463.0 2018-02-08 shippo' + sdk_version: str = '3.9.1' + gen_version: str = '2.467.4' + user_agent: str = 'speakeasy-sdk/python 3.9.1 2.467.4 2018-02-08 shippo' retry_config: Optional[RetryConfig] = None def __post_init__(self):