From a1da74d817f26da5375669e8b8a2c543ab078caf Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 02:41:43 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/resources/pending_transactions.py | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.stats.yml b/.stats.yml index 5c11eef91..9130f4384 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 229 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d3646347697623deab851a220ce4b217e923bde3b3108af9eceb4da6df0534e2.yml -openapi_spec_hash: 516fabeef616c695941d3a4aa4051f76 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-979679fb897563997cb8d20590ac73729287354524a0c2579f4dfd41fa8b63d9.yml +openapi_spec_hash: 22eae96401c4a0de1d135e18133924d1 config_hash: b6f365add90e618b2174634df140826e diff --git a/src/increase/resources/pending_transactions.py b/src/increase/resources/pending_transactions.py index 19747929c..fc9aac6db 100644 --- a/src/increase/resources/pending_transactions.py +++ b/src/increase/resources/pending_transactions.py @@ -59,9 +59,10 @@ def create( """Creates a pending transaction on an account. This can be useful to hold funds - for an external payment or known future transaction outside of Increase. The - resulting Pending Transaction will have a `category` of `user_initiated_hold` - and can be released via the API to unlock the held funds. + for an external payment or known future transaction outside of Increase (only + negative amounts are supported). The resulting Pending Transaction will have a + `category` of `user_initiated_hold` and can be released via the API to unlock + the held funds. Args: account_id: The Account to place the hold on. @@ -287,9 +288,10 @@ async def create( """Creates a pending transaction on an account. This can be useful to hold funds - for an external payment or known future transaction outside of Increase. The - resulting Pending Transaction will have a `category` of `user_initiated_hold` - and can be released via the API to unlock the held funds. + for an external payment or known future transaction outside of Increase (only + negative amounts are supported). The resulting Pending Transaction will have a + `category` of `user_initiated_hold` and can be released via the API to unlock + the held funds. Args: account_id: The Account to place the hold on. From 3be6c13feabb4d30122485d853dd885733192bde Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 02:42:07 +0000 Subject: [PATCH 2/2] release: 0.405.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 68b7001a1..4b59bd483 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.404.0" + ".": "0.405.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a7356d442..493b6cdbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.405.0 (2025-12-05) + +Full Changelog: [v0.404.0...v0.405.0](https://github.com/Increase/increase-python/compare/v0.404.0...v0.405.0) + +### Features + +* **api:** api update ([a1da74d](https://github.com/Increase/increase-python/commit/a1da74d817f26da5375669e8b8a2c543ab078caf)) + ## 0.404.0 (2025-12-04) Full Changelog: [v0.403.0...v0.404.0](https://github.com/Increase/increase-python/compare/v0.403.0...v0.404.0) diff --git a/pyproject.toml b/pyproject.toml index 341ddcf07..7c5811cc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.404.0" +version = "0.405.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 edea8e76f..e9c705f2f 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.404.0" # x-release-please-version +__version__ = "0.405.0" # x-release-please-version