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.372.0"
".": "0.373.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: 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.372.0"
version = "0.373.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.372.0" # x-release-please-version
__version__ = "0.373.0" # x-release-please-version
5 changes: 4 additions & 1 deletion src/increase/types/entity_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down