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.363.0"
".": "0.364.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: 220
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-77bf980f154392e3f2070aa38e38d8927ba8cff23d81bb6e5733fdd52a4e67b5.yml
openapi_spec_hash: 18a92821c3e77f158295ca50b4aa33b0
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-569770c31254c7f2a732392f0a960ab529ea93d792991d0ad4b77ddb03cef90b.yml
openapi_spec_hash: ad8426915b3eb92c26351e2d87a6d891
config_hash: f0b80170c2ea09811aeae3f1e94bc422
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.364.0 (2025-10-23)

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

### Features

* **api:** api update ([975c77e](https://github.com/Increase/increase-python/commit/975c77e957c1c229ab74dabd3fea53910f310621))

## 0.363.0 (2025-10-22)

Full Changelog: [v0.362.0...v0.363.0](https://github.com/Increase/increase-python/compare/v0.362.0...v0.363.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.363.0"
version = "0.364.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.363.0" # x-release-please-version
__version__ = "0.364.0" # x-release-please-version
5 changes: 3 additions & 2 deletions src/increase/types/check_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,9 @@ class CheckTransfer(BaseModel):

- `full` - The available balance of the account must be at least the amount of
the check, and a Pending Transaction will be created for the full amount.
- `none` - No balance check will performed; a zero-dollar Pending Transaction
will be created.
- `none` - No balance check will performed when the check transfer is initiated.
A zero-dollar Pending Transaction will be created. The balance will still be
checked when the Inbound Check Deposit is created.
"""

cancellation: Optional[Cancellation] = None
Expand Down