From 81f5a0e655e0d73f0961f09acf419666831ed2e0 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 20:41:03 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/physical_card.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index d034046d8..7badc572d 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 214 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c51555226fd66ed304eb1e9c759a6485c071eb2cb9ca9ee86f5b5cd88552ee4a.yml -openapi_spec_hash: c5b09ec531c068cb675f8cd3729733c6 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-911c3719c8d84e1119e71e0cf93ae1f2c52f42529e56671731f07273feb5ac88.yml +openapi_spec_hash: 462c4c10440c2f87e0624d8c25a89b75 config_hash: a143293c5450ae8f52acad08f3102575 diff --git a/src/increase/types/physical_card.py b/src/increase/types/physical_card.py index 0f00f8688..8087891e6 100644 --- a/src/increase/types/physical_card.py +++ b/src/increase/types/physical_card.py @@ -77,8 +77,8 @@ class ShipmentTrackingUpdate(BaseModel): class ShipmentTracking(BaseModel): - number: str - """The tracking number.""" + number: Optional[str] = None + """The tracking number. Not available for USPS shipments.""" return_number: Optional[str] = None """For returned shipments, the tracking number of the return shipment.""" From 11390c4db6fd640ddb534897d450ede1c9ba8c58 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 20:41:24 +0000 Subject: [PATCH 2/2] release: 0.343.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/increase/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d246629db..5a33988a2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.342.0" + ".": "0.343.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b13f0480d..279daf495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.343.0 (2025-09-26) + +Full Changelog: [v0.342.0...v0.343.0](https://github.com/Increase/increase-python/compare/v0.342.0...v0.343.0) + +### Features + +* **api:** api update ([81f5a0e](https://github.com/Increase/increase-python/commit/81f5a0e655e0d73f0961f09acf419666831ed2e0)) + ## 0.342.0 (2025-09-26) Full Changelog: [v0.341.0...v0.342.0](https://github.com/Increase/increase-python/compare/v0.341.0...v0.342.0) diff --git a/pyproject.toml b/pyproject.toml index 4af5612f7..26c3380ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.342.0" +version = "0.343.0" description = "The official Python library for the increase API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/increase/_version.py b/src/increase/_version.py index 2c4802851..3489c461f 100644 --- a/src/increase/_version.py +++ b/src/increase/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "increase" -__version__ = "0.342.0" # x-release-please-version +__version__ = "0.343.0" # x-release-please-version