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.283.0"
".": "0.284.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: 202
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-2ed4af5a2141f4524ffc8306c747f21c77e00fc5d478e08df7cbe53c92764038.yml
openapi_spec_hash: f693361a7fb14090da484e6a02b86021
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-86536168d84b951766d3c56adf7b371f15e15de83fff1de4b8052f55bb98034d.yml
openapi_spec_hash: 28053671bf8df1b93086dbe6123f8163
config_hash: a185e9a72778cc4658ea73fb3a7f1354
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.284.0 (2025-08-13)

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

### Features

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

## 0.283.0 (2025-08-12)

Full Changelog: [v0.282.0...v0.283.0](https://github.com/Increase/increase-python/compare/v0.282.0...v0.283.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.283.0"
version = "0.284.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.283.0" # x-release-please-version
__version__ = "0.284.0" # x-release-please-version
2 changes: 1 addition & 1 deletion src/increase/types/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Account(BaseModel):
- `USD` - US Dollar (USD)
"""

entity_id: Optional[str] = None
entity_id: str
"""The identifier for the Entity the Account belongs to."""

idempotency_key: Optional[str] = None
Expand Down