From 7504a130fb8aa10f41f581623500ac0f096f803b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 00:37:38 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/card.py | 2 +- src/increase/types/card_create_params.py | 2 +- src/increase/types/card_update_params.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.stats.yml b/.stats.yml index f65638cf..5fef959d 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 236 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-034ee94321ac334412e7368a7c6acc06d5606e92b09ca6873dd4cbfbb0628cb3.yml -openapi_spec_hash: e842e88e09648392440cf613433dacdc +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c73835a51350d0f42d529d2731b0d4da4487f55b1c98a6e0a322c21b1264f209.yml +openapi_spec_hash: 23561aff9285210e32b4e15e1486a01a config_hash: 4945e03affdf289484733306e4797f81 diff --git a/src/increase/types/card.py b/src/increase/types/card.py index 6c72310d..f5febcc1 100644 --- a/src/increase/types/card.py +++ b/src/increase/types/card.py @@ -160,7 +160,7 @@ class AuthorizationControls(BaseModel): spending_limits: Optional[List[AuthorizationControlsSpendingLimit]] = None """Spending limits for this card. - The most restrictive limit is applied if multiple limits match. + The most restrictive limit applies if multiple limits match. """ diff --git a/src/increase/types/card_create_params.py b/src/increase/types/card_create_params.py index 062d7df0..6850b806 100644 --- a/src/increase/types/card_create_params.py +++ b/src/increase/types/card_create_params.py @@ -205,7 +205,7 @@ class AuthorizationControls(TypedDict, total=False): spending_limits: Iterable[AuthorizationControlsSpendingLimit] """Spending limits for this card. - The most restrictive limit is applied if multiple limits match. + The most restrictive limit applies if multiple limits match. """ diff --git a/src/increase/types/card_update_params.py b/src/increase/types/card_update_params.py index fae5b153..8c7e904d 100644 --- a/src/increase/types/card_update_params.py +++ b/src/increase/types/card_update_params.py @@ -208,7 +208,7 @@ class AuthorizationControls(TypedDict, total=False): spending_limits: Iterable[AuthorizationControlsSpendingLimit] """Spending limits for this card. - The most restrictive limit is applied if multiple limits match. + The most restrictive limit applies if multiple limits match. """ From 67c9ebc182a82d177d0f29076dcd8be733ecb6bc Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 00:37:58 +0000 Subject: [PATCH 2/2] release: 0.471.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 62c7b030..82f99026 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.470.0" + ".": "0.471.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ec8b5926..e80aec97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.471.0 (2026-04-04) + +Full Changelog: [v0.470.0...v0.471.0](https://github.com/Increase/increase-python/compare/v0.470.0...v0.471.0) + +### Features + +* **api:** api update ([7504a13](https://github.com/Increase/increase-python/commit/7504a130fb8aa10f41f581623500ac0f096f803b)) + ## 0.470.0 (2026-04-03) Full Changelog: [v0.469.0...v0.470.0](https://github.com/Increase/increase-python/compare/v0.469.0...v0.470.0) diff --git a/pyproject.toml b/pyproject.toml index 16fada0d..20053f51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.470.0" +version = "0.471.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 ad2ee121..5aca77c1 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.470.0" # x-release-please-version +__version__ = "0.471.0" # x-release-please-version