From 4cb30a649857da54cb32c21dab372195aa027b51 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 02:46:12 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/routing_number_list_response.py | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index f6bbc76b8..5d419a59b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 213 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fc17d091731928c882b2272ea5de831cafcbf237a7887652a5f133c29cb1bbc4.yml -openapi_spec_hash: aad429d087b7557be4103d1309cd81a0 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-61d42e1f44023df8161e3b35d6154011e638f78b3b232379396ea8980d6257b5.yml +openapi_spec_hash: 8831b733d617f5c7ee39db3cb62da20c config_hash: e1e8bc2138a13f290956ae6687f099cd diff --git a/src/increase/types/routing_number_list_response.py b/src/increase/types/routing_number_list_response.py index 7fbca1e8d..4b7bd3d75 100644 --- a/src/increase/types/routing_number_list_response.py +++ b/src/increase/types/routing_number_list_response.py @@ -15,6 +15,13 @@ class RoutingNumberListResponse(BaseModel): - `not_supported` - The routing number cannot receive this transfer type. """ + fednow_transfers: Literal["supported", "not_supported"] + """This routing number's support for FedNow Transfers. + + - `supported` - The routing number can receive this transfer type. + - `not_supported` - The routing number cannot receive this transfer type. + """ + name: str """The name of the financial institution belonging to a routing number.""" From bb58de385d3c08c65f3d5cfde8c5c86587e54117 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 02:46:33 +0000 Subject: [PATCH 2/2] release: 0.331.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 7f9560adf..fd28aa524 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.330.0" + ".": "0.331.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f3eb67c05..57cd96e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.331.0 (2025-09-18) + +Full Changelog: [v0.330.0...v0.331.0](https://github.com/Increase/increase-python/compare/v0.330.0...v0.331.0) + +### Features + +* **api:** api update ([4cb30a6](https://github.com/Increase/increase-python/commit/4cb30a649857da54cb32c21dab372195aa027b51)) + ## 0.330.0 (2025-09-17) Full Changelog: [v0.329.0...v0.330.0](https://github.com/Increase/increase-python/compare/v0.329.0...v0.330.0) diff --git a/pyproject.toml b/pyproject.toml index 2ccb42f97..0e7acca04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.330.0" +version = "0.331.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 29af8aeb9..3536e1ec2 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.330.0" # x-release-please-version +__version__ = "0.331.0" # x-release-please-version