From 0a022a05d21e84ac71338b321df01628a275fbfa Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 19:43:53 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/entity_create_params.py | 3 --- tests/api_resources/test_entities.py | 6 ++---- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.stats.yml b/.stats.yml index d843fc927..02225f19a 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-2965cbcf43d274ee029249246f9e3760a82372b9120a033bd651cad24765a4fb.yml -openapi_spec_hash: ae42e357b1bedbf992105c2a37f1b544 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-43d34b4805f305e7e2c71644ade73722d053018acd6009352360e8a87cbe2250.yml +openapi_spec_hash: cfff23de89960d895052350a33499cf1 config_hash: a185e9a72778cc4658ea73fb3a7f1354 diff --git a/src/increase/types/entity_create_params.py b/src/increase/types/entity_create_params.py index 60fb6227c..bf2ea8aae 100644 --- a/src/increase/types/entity_create_params.py +++ b/src/increase/types/entity_create_params.py @@ -541,9 +541,6 @@ class Joint(TypedDict, total=False): individuals: Required[Iterable[JointIndividual]] """The two individuals that share control of the entity.""" - name: str - """The name of the joint entity.""" - class NaturalPersonAddress(TypedDict, total=False): city: Required[str] diff --git a/tests/api_resources/test_entities.py b/tests/api_resources/test_entities.py index 54fcbd14f..b0b86d7e5 100644 --- a/tests/api_resources/test_entities.py +++ b/tests/api_resources/test_entities.py @@ -139,8 +139,7 @@ def test_method_create_with_all_params(self, client: Increase) -> None: "name": "x", "confirmed_no_us_tax_id": True, } - ], - "name": "x", + ] }, natural_person={ "address": { @@ -960,8 +959,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease) "name": "x", "confirmed_no_us_tax_id": True, } - ], - "name": "x", + ] }, natural_person={ "address": { From 2d4861f9a6c8c1c26d6f68b5f44f587473363b80 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 19:44:15 +0000 Subject: [PATCH 2/2] release: 0.268.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 75b3f25b4..37556d6b0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.267.0" + ".": "0.268.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d23634af3..7e07a236b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.268.0 (2025-07-21) + +Full Changelog: [v0.267.0...v0.268.0](https://github.com/Increase/increase-python/compare/v0.267.0...v0.268.0) + +### Features + +* **api:** api update ([0a022a0](https://github.com/Increase/increase-python/commit/0a022a05d21e84ac71338b321df01628a275fbfa)) + ## 0.267.0 (2025-07-21) Full Changelog: [v0.266.0...v0.267.0](https://github.com/Increase/increase-python/compare/v0.266.0...v0.267.0) diff --git a/pyproject.toml b/pyproject.toml index f990a6e5d..e00559bbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.267.0" +version = "0.268.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 aef3497be..308918e30 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.267.0" # x-release-please-version +__version__ = "0.268.0" # x-release-please-version