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.469.0"
".": "0.470.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: 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.469.0"
version = "0.470.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.469.0" # x-release-please-version
__version__ = "0.470.0" # x-release-please-version
12 changes: 0 additions & 12 deletions src/increase/types/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down