From fc297d6fffc999b06235d94fd30bc94e82645d0d Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:00:57 +0000 Subject: [PATCH 1/3] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 70b3003b4..23af125ad 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-024f3386be8ca056f950169a65db9117e03b79351fe4a6dcaa950751f4d87338.yml +openapi_spec_hash: b129bc67ffdb2e1bd0fb1bab639dba76 config_hash: a185e9a72778cc4658ea73fb3a7f1354 From eb6bb53ac1cbb7f6dca708f74b9b93dbede9c591 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 20:55:17 +0000 Subject: [PATCH 2/3] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/account.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 23af125ad..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-024f3386be8ca056f950169a65db9117e03b79351fe4a6dcaa950751f4d87338.yml -openapi_spec_hash: b129bc67ffdb2e1bd0fb1bab639dba76 +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/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 From f830cf58640943eee98feb14f6b166746b4b6a60 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 20:55:39 +0000 Subject: [PATCH 3/3] release: 0.284.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 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/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