From c972d78c4be4fa81cbd59ee1828368231b9e7040 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:39:00 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/resources/check_transfers.py | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.stats.yml b/.stats.yml index 4b31e9820..ccc315b6f 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 228 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-0cbadaf8bea9237be21194a1039047af135bbcec657db6fc9d6b6697a17c2e37.yml -openapi_spec_hash: dbffc2b4874015f957526d1086861435 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-519aac324dc804424cc26e20603010104b9ada1dd7cf2fc3fe18f12ae8feabdf.yml +openapi_spec_hash: c1d8289e3421c14340d395e621c190eb config_hash: eb2035151c7b49c2f12caf55469b8f9a diff --git a/src/increase/resources/check_transfers.py b/src/increase/resources/check_transfers.py index 90d5be4fe..3ae24ea95 100644 --- a/src/increase/resources/check_transfers.py +++ b/src/increase/resources/check_transfers.py @@ -302,8 +302,10 @@ def cancel( timeout: float | httpx.Timeout | None | NotGiven = not_given, idempotency_key: str | None = None, ) -> CheckTransfer: - """ - Cancel a pending Check Transfer + """Cancel a Check Transfer with the `pending_approval` status. + + See + [Transfer Approvals](/documentation/transfer-approvals) for more information. Args: check_transfer_id: The identifier of the pending Check Transfer to cancel. @@ -659,8 +661,10 @@ async def cancel( timeout: float | httpx.Timeout | None | NotGiven = not_given, idempotency_key: str | None = None, ) -> CheckTransfer: - """ - Cancel a pending Check Transfer + """Cancel a Check Transfer with the `pending_approval` status. + + See + [Transfer Approvals](/documentation/transfer-approvals) for more information. Args: check_transfer_id: The identifier of the pending Check Transfer to cancel. From c1aba831cf07f483ecb471405e6c59571ae82378 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:39:21 +0000 Subject: [PATCH 2/2] release: 0.388.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 727bf2d62..f655add5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.387.0" + ".": "0.388.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f64f2e5..da5da0a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.388.0 (2025-11-07) + +Full Changelog: [v0.387.0...v0.388.0](https://github.com/Increase/increase-python/compare/v0.387.0...v0.388.0) + +### Features + +* **api:** api update ([c972d78](https://github.com/Increase/increase-python/commit/c972d78c4be4fa81cbd59ee1828368231b9e7040)) + ## 0.387.0 (2025-11-07) Full Changelog: [v0.386.0...v0.387.0](https://github.com/Increase/increase-python/compare/v0.386.0...v0.387.0) diff --git a/pyproject.toml b/pyproject.toml index 80e32a80c..0b47315cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.387.0" +version = "0.388.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 9f69b138b..c68c5d4d4 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.387.0" # x-release-please-version +__version__ = "0.388.0" # x-release-please-version