Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.524.0"
".": "0.525.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 238
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-975577349dd6828dad7b3d0675f912a8ce7d3e51cf63da93f5672ece1e22319d.yml
openapi_spec_hash: c353a48be0c9ce57b0f0393b9a3ffcb4
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-beca94b958f84df1e88f5e26405a66965fbf81a0c0c33b5201f0ec8d06e13ff0.yml
openapi_spec_hash: e201015ba263f8cf966969629dd16dfa
config_hash: ac050010e5453883d5e5fa603554a2e0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.525.0 (2026-05-20)

Full Changelog: [v0.524.0...v0.525.0](https://github.com/Increase/increase-python/compare/v0.524.0...v0.525.0)

### Features

* **api:** api update ([91b5551](https://github.com/Increase/increase-python/commit/91b5551bd04a32a83e518d4a80d3d96b796ce6af))

## 0.524.0 (2026-05-19)

Full Changelog: [v0.523.0...v0.524.0](https://github.com/Increase/increase-python/compare/v0.523.0...v0.524.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "increase"
version = "0.524.0"
version = "0.525.0"
description = "The official Python library for the increase API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/increase/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "increase"
__version__ = "0.524.0" # x-release-please-version
__version__ = "0.525.0" # x-release-please-version
4 changes: 3 additions & 1 deletion src/increase/types/check_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,9 @@ class CheckTransfer(BaseModel):
approved_inbound_check_deposit_id: Optional[str] = None
"""
If the Check Transfer was successfully deposited, this will contain the
identifier of the Inbound Check Deposit object with details of the deposit.
identifier of the Inbound Check Deposit object with details of the deposit. The
Inbound Check Deposit object will have information about any associated
Transactions for this Check Transfer.
"""

balance_check: Optional[Literal["full", "none"]] = None
Expand Down