From fe93febec3ec6e8a71efd91666f4e938b850d24a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 03:22:56 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/card.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 2e4362b3..049a84e1 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 241 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b8ef37fb2b33cb0aa49fe69ed2efb55eee614c2c90f74da9611f48083d59de6d.yml -openapi_spec_hash: 3453655d92ccd0c10398971cdd1d7aa6 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f71dad85b4d794d6e64d04e2cecedb5b531d945f06e36222512527b47dc7e492.yml +openapi_spec_hash: 71b8b72da97dfcd792e5ab4acb8ad26d config_hash: cb5b8736705c06b670f6a25484622d62 diff --git a/src/increase/types/card.py b/src/increase/types/card.py index 4c412672..9eb8f3bd 100644 --- a/src/increase/types/card.py +++ b/src/increase/types/card.py @@ -256,7 +256,7 @@ class DigitalWallet(BaseModel): class Card(BaseModel): - """Cards may operate on credit, debit or prepaid BINs. + """Cards may operate on credit, debit, or prepaid BINs. 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. """ From a96d273665d5f984bea3e61914afa85e78af98ce Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 03:23:17 +0000 Subject: [PATCH 2/2] release: 0.489.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 3327ce30..cf379229 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.488.0" + ".": "0.489.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 16754bbd..b4c740ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.489.0 (2026-04-17) + +Full Changelog: [v0.488.0...v0.489.0](https://github.com/Increase/increase-python/compare/v0.488.0...v0.489.0) + +### Features + +* **api:** api update ([fe93feb](https://github.com/Increase/increase-python/commit/fe93febec3ec6e8a71efd91666f4e938b850d24a)) + ## 0.488.0 (2026-04-16) Full Changelog: [v0.487.0...v0.488.0](https://github.com/Increase/increase-python/compare/v0.487.0...v0.488.0) diff --git a/pyproject.toml b/pyproject.toml index 1145341d..3eaf9fdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.488.0" +version = "0.489.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 58b8f16f..d99cc5f8 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.488.0" # x-release-please-version +__version__ = "0.489.0" # x-release-please-version