diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6dcf4e374..2a4a5d792 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.283.0" + ".": "0.284.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 70b3003b4..4e2a1cd4e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index fc4db6277..72221959d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index e523c88bc..683224994 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/increase/_version.py b/src/increase/_version.py index 377e1d849..23e1590c5 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.283.0" # x-release-please-version +__version__ = "0.284.0" # x-release-please-version diff --git a/src/increase/types/account.py b/src/increase/types/account.py index bda7880e7..5921c7098 100644 --- a/src/increase/types/account.py +++ b/src/increase/types/account.py @@ -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