From 1f9170a090f8fa40a5ef7933b2596cab3ebcd625 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 15:46:24 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/ach_transfer.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index cf55854c7..a4cac0a4b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 220 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d5e8c32ee2dc3b3f70e43e439b18ad51e73cb830c01f7bb53290a340be7937ea.yml -openapi_spec_hash: dcf97003cd0f0b49bfc2b1213ef83ed9 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-071556e7dfc2b2d72c1f9fee711211e0272dab780651b1a49d3e302d3a9f59be.yml +openapi_spec_hash: 01d445dc17f564c99f440a768f170b0d config_hash: f0b80170c2ea09811aeae3f1e94bc422 diff --git a/src/increase/types/ach_transfer.py b/src/increase/types/ach_transfer.py index a417578a1..f2305dbf6 100644 --- a/src/increase/types/ach_transfer.py +++ b/src/increase/types/ach_transfer.py @@ -567,7 +567,7 @@ class Settlement(BaseModel): class Submission(BaseModel): - administrative_returns_expected_by: Optional[datetime.datetime] = None + administrative_returns_expected_by: datetime.datetime """The timestamp by which any administrative returns are expected to be received by. From 49076153436b378c9f281688ab2c7f854ea27d11 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 15:46:47 +0000 Subject: [PATCH 2/2] release: 0.356.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 8eb45f64c..d4af9aa61 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.355.0" + ".": "0.356.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 90790abd0..cea04552a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.356.0 (2025-10-10) + +Full Changelog: [v0.355.0...v0.356.0](https://github.com/Increase/increase-python/compare/v0.355.0...v0.356.0) + +### Features + +* **api:** api update ([1f9170a](https://github.com/Increase/increase-python/commit/1f9170a090f8fa40a5ef7933b2596cab3ebcd625)) + ## 0.355.0 (2025-10-10) Full Changelog: [v0.354.0...v0.355.0](https://github.com/Increase/increase-python/compare/v0.354.0...v0.355.0) diff --git a/pyproject.toml b/pyproject.toml index ff79f16f6..2cef96eb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.355.0" +version = "0.356.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 4c5523479..ef958dd0e 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.355.0" # x-release-please-version +__version__ = "0.356.0" # x-release-please-version