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.437.0"
".": "0.438.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: 236
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6cc15216773be06ef5899a9f805480d69ba2e610a3746bb638c7773baa10c407.yml
openapi_spec_hash: c24d9a85acb17d73e8d6434d7c907d40
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-2aab30efad14c2af42a235cff57e4f530dcc7f223df00093d9d171186d5f2c5e.yml
openapi_spec_hash: 08496939ae1bdbbe2aee358b693020f8
config_hash: 25d7d7aa4882db6189b4b53e8e249e80
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.438.0 (2026-03-12)

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

### Features

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

## 0.437.0 (2026-03-12)

Full Changelog: [v0.436.0...v0.437.0](https://github.com/Increase/increase-python/compare/v0.436.0...v0.437.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.437.0"
version = "0.438.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.437.0" # x-release-please-version
__version__ = "0.438.0" # x-release-please-version
3 changes: 3 additions & 0 deletions src/increase/types/entity_beneficial_owner.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ class EntityBeneficialOwner(BaseModel):
Beneficial Owner was created.
"""

entity_id: str
"""The identifier of the Entity to which this beneficial owner belongs."""

idempotency_key: Optional[str] = None
"""The idempotency key you chose for this object.

Expand Down