From e797213aa15f8f43204746bf22a8dc17c8f6eaf4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 22:50:07 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/account.py | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/.stats.yml b/.stats.yml index 5c2b8655..f65638cf 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 236 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-31046e3fe86098c429a87dc861cf42dae0252314abf90021a804e748f9c16417.yml -openapi_spec_hash: 78fe78704879172326e842c27ee09a3a +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-034ee94321ac334412e7368a7c6acc06d5606e92b09ca6873dd4cbfbb0628cb3.yml +openapi_spec_hash: e842e88e09648392440cf613433dacdc config_hash: 4945e03affdf289484733306e4797f81 diff --git a/src/increase/types/account.py b/src/increase/types/account.py index dfb6e00a..f5ac3fd2 100644 --- a/src/increase/types/account.py +++ b/src/increase/types/account.py @@ -109,18 +109,6 @@ class Account(BaseModel): with its activity. """ - interest_accrued: str - """ - The interest accrued but not yet paid, expressed as a string containing a - floating-point value. - """ - - interest_accrued_at: Optional[date] = None - """ - The latest [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date on which - interest was accrued. - """ - interest_rate: str """ The interest rate currently being earned on the account, as a string containing From 5ad004e49de90314ba3f023dd5b57985ba89f15c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 22:50:29 +0000 Subject: [PATCH 2/2] release: 0.470.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 aaa9928e..62c7b030 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.469.0" + ".": "0.470.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 04fc491a..ec8b5926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.470.0 (2026-04-03) + +Full Changelog: [v0.469.0...v0.470.0](https://github.com/Increase/increase-python/compare/v0.469.0...v0.470.0) + +### Features + +* **api:** api update ([e797213](https://github.com/Increase/increase-python/commit/e797213aa15f8f43204746bf22a8dc17c8f6eaf4)) + ## 0.469.0 (2026-04-03) Full Changelog: [v0.468.0...v0.469.0](https://github.com/Increase/increase-python/compare/v0.468.0...v0.469.0) diff --git a/pyproject.toml b/pyproject.toml index dbc31a66..16fada0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.469.0" +version = "0.470.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 ea3b2586..ad2ee121 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.469.0" # x-release-please-version +__version__ = "0.470.0" # x-release-please-version