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.509.0"
".": "0.510.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-7b70c044f69ec392a05ec3df7d46b433fe66a94f66535c0e7558928edb7d1a06.yml
openapi_spec_hash: 94a7198ec08ed56bbffed8d2184eff8b
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-6464f57d01144d16836903f5a060d86c8ea97b940c6093767fefde262291fa57.yml
openapi_spec_hash: 037ce7b3c2ddbd80f9d420e519ed924c
config_hash: 060e036e1db198f2e908364c9df7096e
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.510.0 (2026-05-01)

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

### Features

* **api:** api update ([1347363](https://github.com/Increase/increase-python/commit/1347363fc64d0c7a6d5afa9b3091604bfef4d7d3))

## 0.509.0 (2026-05-01)

Full Changelog: [v0.508.0...v0.509.0](https://github.com/Increase/increase-python/compare/v0.508.0...v0.509.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.509.0"
version = "0.510.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.509.0" # x-release-please-version
__version__ = "0.510.0" # x-release-please-version
10 changes: 6 additions & 4 deletions src/increase/resources/routing_numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ def list(
"""
You can use this API to confirm if a routing number is valid, such as when a
user is providing you with bank account details. Since routing numbers uniquely
identify a bank, this will always return 0 or 1 entry. In Sandbox, the only
valid routing number for this method is 110000000.
identify a bank, this will always return 0 or 1 entry. In Sandbox, only a few
[routing numbers are valid](/documentation/sandbox-routing-numbers#sandbox-routing-numbers).
`110000000` is an example of a Sandbox routing number.

Args:
routing_number: Filter financial institutions by routing number.
Expand Down Expand Up @@ -134,8 +135,9 @@ def list(
"""
You can use this API to confirm if a routing number is valid, such as when a
user is providing you with bank account details. Since routing numbers uniquely
identify a bank, this will always return 0 or 1 entry. In Sandbox, the only
valid routing number for this method is 110000000.
identify a bank, this will always return 0 or 1 entry. In Sandbox, only a few
[routing numbers are valid](/documentation/sandbox-routing-numbers#sandbox-routing-numbers).
`110000000` is an example of a Sandbox routing number.

Args:
routing_number: Filter financial institutions by routing number.
Expand Down