From 4fcf5023c0e3788ec8f1e0296d553865ee98e0c8 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 03:00:23 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/card.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index 59a5dddf..8e99a7e6 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-10b0412eb48b8e2b9720b29cf479448d246a9169c1937177f11a3d2ef80ae7f1.yml -openapi_spec_hash: ed688969255974736f3fbd4e6f30194e +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-07202bc3c027c441ab8829ab0e32c1547952d4cae1691fe00497ee3b056127d0.yml +openapi_spec_hash: 3c21b26cf5803678876c00c40e88c781 config_hash: 4945e03affdf289484733306e4797f81 diff --git a/src/increase/types/card.py b/src/increase/types/card.py index 29b66ce8..4c412672 100644 --- a/src/increase/types/card.py +++ b/src/increase/types/card.py @@ -256,9 +256,9 @@ class DigitalWallet(BaseModel): class Card(BaseModel): - """Cards are commercial credit cards. + """Cards may operate on credit, debit or prepaid BINs. - They'll immediately work for online purchases after you create them. All cards maintain a credit limit of 100% of the Account’s available balance at the time of transaction. Funds are deducted from the Account upon transaction settlement. + They’ll immediately work for online purchases after you create them. All cards work on a good funds model, and maintain a maximum limit of 100% of the Account’s available balance at the time of transaction. Funds are deducted from the Account upon transaction settlement. """ id: str From e84a453ff9167e8134c8b60a054794b005cd34d9 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 03:00:45 +0000 Subject: [PATCH 2/2] release: 0.473.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 bdceeb24..6604dfb4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.472.0" + ".": "0.473.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ec5eaf..9c6e03be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.473.0 (2026-04-07) + +Full Changelog: [v0.472.0...v0.473.0](https://github.com/Increase/increase-python/compare/v0.472.0...v0.473.0) + +### Features + +* **api:** api update ([4fcf502](https://github.com/Increase/increase-python/commit/4fcf5023c0e3788ec8f1e0296d553865ee98e0c8)) + ## 0.472.0 (2026-04-06) Full Changelog: [v0.471.0...v0.472.0](https://github.com/Increase/increase-python/compare/v0.471.0...v0.472.0) diff --git a/pyproject.toml b/pyproject.toml index 1aeced9a..56d2878c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.472.0" +version = "0.473.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 d22cb6b7..6210a1a3 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.472.0" # x-release-please-version +__version__ = "0.473.0" # x-release-please-version