From cca0e85953b7e3adf8c669253b9ea92953b1f998 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 05:05:07 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/resources/simulations/entities.py | 16 ++++++++++------ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.stats.yml b/.stats.yml index 7c192972..e3d4bfe6 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 238 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-f0841004cde131703a9fc63fec3ae9ce98b63f0e8fe8d4326d1d75142538eda3.yml -openapi_spec_hash: a5a1e052b6e09ba465311f8adfcf9429 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-7761a7b3900011b6b82798bdc61499235a02ed9c48fa5f20e2758f4f2e45c72b.yml +openapi_spec_hash: 39139aa45b204b3144fe560fcad8893b config_hash: 060e036e1db198f2e908364c9df7096e diff --git a/src/increase/resources/simulations/entities.py b/src/increase/resources/simulations/entities.py index be931078..9db62dfe 100644 --- a/src/increase/resources/simulations/entities.py +++ b/src/increase/resources/simulations/entities.py @@ -59,9 +59,11 @@ def validation( idempotency_key: str | None = None, ) -> Entity: """ - Simulates setting an [Entity](#entities)'s validation under the managed - compliance regime. Any existing managed compliance validation on the Entity will - be marked as no longer current. + Set the status for an + [Entity's validation](/documentation/api/entities#entity-object.validation). In + production, Know Your Customer validations + [run automatically](/documentation/entity-validation#entity-validation). While + developing, it can be helpful to override the behavior in Sandbox. Args: entity_id: The identifier of the Entity to set the validation on. @@ -141,9 +143,11 @@ async def validation( idempotency_key: str | None = None, ) -> Entity: """ - Simulates setting an [Entity](#entities)'s validation under the managed - compliance regime. Any existing managed compliance validation on the Entity will - be marked as no longer current. + Set the status for an + [Entity's validation](/documentation/api/entities#entity-object.validation). In + production, Know Your Customer validations + [run automatically](/documentation/entity-validation#entity-validation). While + developing, it can be helpful to override the behavior in Sandbox. Args: entity_id: The identifier of the Entity to set the validation on. From 256ed2db1051e5aabdc5a91e5a8c389c8e0a08bc Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 05:05:46 +0000 Subject: [PATCH 2/2] release: 0.506.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 1eb44122..00090125 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.505.0" + ".": "0.506.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 689d0549..86686e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.506.0 (2026-05-01) + +Full Changelog: [v0.505.0...v0.506.0](https://github.com/Increase/increase-python/compare/v0.505.0...v0.506.0) + +### Features + +* **api:** api update ([cca0e85](https://github.com/Increase/increase-python/commit/cca0e85953b7e3adf8c669253b9ea92953b1f998)) + ## 0.505.0 (2026-05-01) Full Changelog: [v0.504.0...v0.505.0](https://github.com/Increase/increase-python/compare/v0.504.0...v0.505.0) diff --git a/pyproject.toml b/pyproject.toml index 9c6b748b..d7339fad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.505.0" +version = "0.506.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 7486f0c2..6fee3ef0 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.505.0" # x-release-please-version +__version__ = "0.506.0" # x-release-please-version