diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9a91926af..211b9f1a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.372.0" + ".": "0.373.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 4cb0dd946..6a120e927 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 228 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1c544c0cd5413b2f03b701aba1a0868838270dbe44ebf79d4b4820704e90594b.yml -openapi_spec_hash: 02057c342dd5b1c72f2006dd28234429 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-2453598e129a8305006487bc7616f3ee69eb4355a6d3f185dd51404fa8142246.yml +openapi_spec_hash: e0b54d0015d39f9434659d8899bb2706 config_hash: fc8a0ae068f2feeac76f728ac6838543 diff --git a/CHANGELOG.md b/CHANGELOG.md index 432b73270..a59efa0e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.373.0 (2025-10-29) + +Full Changelog: [v0.372.0...v0.373.0](https://github.com/Increase/increase-python/compare/v0.372.0...v0.373.0) + +### Features + +* **api:** api update ([b00481a](https://github.com/Increase/increase-python/commit/b00481a3b96a4524b86ef4854c2d68dea8c2a46b)) + ## 0.372.0 (2025-10-29) Full Changelog: [v0.371.1...v0.372.0](https://github.com/Increase/increase-python/compare/v0.371.1...v0.372.0) diff --git a/pyproject.toml b/pyproject.toml index b971bae61..7e8390cb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.372.0" +version = "0.373.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 a598b7ffd..84b24d068 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.372.0" # x-release-please-version +__version__ = "0.373.0" # x-release-please-version diff --git a/src/increase/types/entity_create_params.py b/src/increase/types/entity_create_params.py index 296ac689a..431adf3f4 100644 --- a/src/increase/types/entity_create_params.py +++ b/src/increase/types/entity_create_params.py @@ -319,7 +319,7 @@ class Corporation(TypedDict, total=False): """The Employer Identification Number (EIN) for the corporation.""" beneficial_ownership_exemption_reason: Literal[ - "regulated_financial_institution", "publicly_traded_company", "public_entity" + "regulated_financial_institution", "publicly_traded_company", "public_entity", "other" ] """ If the entity is exempt from the requirement to submit beneficial owners, @@ -330,6 +330,9 @@ class Corporation(TypedDict, total=False): - `publicly_traded_company` - A publicly traded company. - `public_entity` - A public entity acting on behalf of the federal or a state government. + - `other` - Any other reason why this entity is exempt from the requirement to + submit beneficial owners. You can only use this exemption after approval from + your bank partner. """ incorporation_state: str