From eae9172277ddbd37cf7d8fc7f1fb4686c3d5f149 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 23:03:33 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 +- tests/api_resources/test_beneficial_owners.py | 40 +++++++++---------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.stats.yml b/.stats.yml index 47042c86..61f8a56f 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 236 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-842d7a1e6cff968c70110dc90a9e51da05e2f781e902d6f5ca71940e4b9688e1.yml -openapi_spec_hash: c3aabecf5bb2135391d6b8faef4ac1b3 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-2d7155feee87cb1c64ae2b6f31d769c46725b615f1622558f998f2a637cfb57c.yml +openapi_spec_hash: c3117360164f38ece4a984800813813c config_hash: 25d7d7aa4882db6189b4b53e8e249e80 diff --git a/tests/api_resources/test_beneficial_owners.py b/tests/api_resources/test_beneficial_owners.py index 7ab7279d..f41b5c45 100644 --- a/tests/api_resources/test_beneficial_owners.py +++ b/tests/api_resources/test_beneficial_owners.py @@ -141,14 +141,14 @@ def test_streaming_response_create(self, client: Increase) -> None: @parametrize def test_method_retrieve(self, client: Increase) -> None: beneficial_owner = client.beneficial_owners.retrieve( - "entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + "entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) assert_matches_type(EntityBeneficialOwner, beneficial_owner, path=["response"]) @parametrize def test_raw_response_retrieve(self, client: Increase) -> None: response = client.beneficial_owners.with_raw_response.retrieve( - "entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + "entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) assert response.is_closed is True @@ -159,7 +159,7 @@ def test_raw_response_retrieve(self, client: Increase) -> None: @parametrize def test_streaming_response_retrieve(self, client: Increase) -> None: with client.beneficial_owners.with_streaming_response.retrieve( - "entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + "entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) as response: assert not response.is_closed assert response.http_request.headers.get("X-Stainless-Lang") == "python" @@ -181,14 +181,14 @@ def test_path_params_retrieve(self, client: Increase) -> None: @parametrize def test_method_update(self, client: Increase) -> None: beneficial_owner = client.beneficial_owners.update( - entity_beneficial_owner_id="entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + entity_beneficial_owner_id="entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) assert_matches_type(EntityBeneficialOwner, beneficial_owner, path=["response"]) @parametrize def test_method_update_with_all_params(self, client: Increase) -> None: beneficial_owner = client.beneficial_owners.update( - entity_beneficial_owner_id="entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + entity_beneficial_owner_id="entity_beneficial_owner_vozma8szzu1sxezp5zq6", address={ "city": "New York", "country": "US", @@ -227,7 +227,7 @@ def test_method_update_with_all_params(self, client: Increase) -> None: @parametrize def test_raw_response_update(self, client: Increase) -> None: response = client.beneficial_owners.with_raw_response.update( - entity_beneficial_owner_id="entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + entity_beneficial_owner_id="entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) assert response.is_closed is True @@ -238,7 +238,7 @@ def test_raw_response_update(self, client: Increase) -> None: @parametrize def test_streaming_response_update(self, client: Increase) -> None: with client.beneficial_owners.with_streaming_response.update( - entity_beneficial_owner_id="entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + entity_beneficial_owner_id="entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) as response: assert not response.is_closed assert response.http_request.headers.get("X-Stainless-Lang") == "python" @@ -301,14 +301,14 @@ def test_streaming_response_list(self, client: Increase) -> None: @parametrize def test_method_archive(self, client: Increase) -> None: beneficial_owner = client.beneficial_owners.archive( - "entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + "entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) assert_matches_type(EntityBeneficialOwner, beneficial_owner, path=["response"]) @parametrize def test_raw_response_archive(self, client: Increase) -> None: response = client.beneficial_owners.with_raw_response.archive( - "entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + "entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) assert response.is_closed is True @@ -319,7 +319,7 @@ def test_raw_response_archive(self, client: Increase) -> None: @parametrize def test_streaming_response_archive(self, client: Increase) -> None: with client.beneficial_owners.with_streaming_response.archive( - "entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + "entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) as response: assert not response.is_closed assert response.http_request.headers.get("X-Stainless-Lang") == "python" @@ -464,14 +464,14 @@ async def test_streaming_response_create(self, async_client: AsyncIncrease) -> N @parametrize async def test_method_retrieve(self, async_client: AsyncIncrease) -> None: beneficial_owner = await async_client.beneficial_owners.retrieve( - "entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + "entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) assert_matches_type(EntityBeneficialOwner, beneficial_owner, path=["response"]) @parametrize async def test_raw_response_retrieve(self, async_client: AsyncIncrease) -> None: response = await async_client.beneficial_owners.with_raw_response.retrieve( - "entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + "entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) assert response.is_closed is True @@ -482,7 +482,7 @@ async def test_raw_response_retrieve(self, async_client: AsyncIncrease) -> None: @parametrize async def test_streaming_response_retrieve(self, async_client: AsyncIncrease) -> None: async with async_client.beneficial_owners.with_streaming_response.retrieve( - "entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + "entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) as response: assert not response.is_closed assert response.http_request.headers.get("X-Stainless-Lang") == "python" @@ -504,14 +504,14 @@ async def test_path_params_retrieve(self, async_client: AsyncIncrease) -> None: @parametrize async def test_method_update(self, async_client: AsyncIncrease) -> None: beneficial_owner = await async_client.beneficial_owners.update( - entity_beneficial_owner_id="entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + entity_beneficial_owner_id="entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) assert_matches_type(EntityBeneficialOwner, beneficial_owner, path=["response"]) @parametrize async def test_method_update_with_all_params(self, async_client: AsyncIncrease) -> None: beneficial_owner = await async_client.beneficial_owners.update( - entity_beneficial_owner_id="entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + entity_beneficial_owner_id="entity_beneficial_owner_vozma8szzu1sxezp5zq6", address={ "city": "New York", "country": "US", @@ -550,7 +550,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncIncrease) @parametrize async def test_raw_response_update(self, async_client: AsyncIncrease) -> None: response = await async_client.beneficial_owners.with_raw_response.update( - entity_beneficial_owner_id="entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + entity_beneficial_owner_id="entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) assert response.is_closed is True @@ -561,7 +561,7 @@ async def test_raw_response_update(self, async_client: AsyncIncrease) -> None: @parametrize async def test_streaming_response_update(self, async_client: AsyncIncrease) -> None: async with async_client.beneficial_owners.with_streaming_response.update( - entity_beneficial_owner_id="entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + entity_beneficial_owner_id="entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) as response: assert not response.is_closed assert response.http_request.headers.get("X-Stainless-Lang") == "python" @@ -624,14 +624,14 @@ async def test_streaming_response_list(self, async_client: AsyncIncrease) -> Non @parametrize async def test_method_archive(self, async_client: AsyncIncrease) -> None: beneficial_owner = await async_client.beneficial_owners.archive( - "entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + "entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) assert_matches_type(EntityBeneficialOwner, beneficial_owner, path=["response"]) @parametrize async def test_raw_response_archive(self, async_client: AsyncIncrease) -> None: response = await async_client.beneficial_owners.with_raw_response.archive( - "entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + "entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) assert response.is_closed is True @@ -642,7 +642,7 @@ async def test_raw_response_archive(self, async_client: AsyncIncrease) -> None: @parametrize async def test_streaming_response_archive(self, async_client: AsyncIncrease) -> None: async with async_client.beneficial_owners.with_streaming_response.archive( - "entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7", + "entity_beneficial_owner_vozma8szzu1sxezp5zq6", ) as response: assert not response.is_closed assert response.http_request.headers.get("X-Stainless-Lang") == "python" From 1f0b2dd870dd929dc2d2c2d78b17a34efd1adb6a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 23:03:55 +0000 Subject: [PATCH 2/2] release: 0.440.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 2e06584a..c15669fd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.439.0" + ".": "0.440.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 340d34ea..636916a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.440.0 (2026-03-12) + +Full Changelog: [v0.439.0...v0.440.0](https://github.com/Increase/increase-python/compare/v0.439.0...v0.440.0) + +### Features + +* **api:** api update ([eae9172](https://github.com/Increase/increase-python/commit/eae9172277ddbd37cf7d8fc7f1fb4686c3d5f149)) + ## 0.439.0 (2026-03-12) Full Changelog: [v0.438.0...v0.439.0](https://github.com/Increase/increase-python/compare/v0.438.0...v0.439.0) diff --git a/pyproject.toml b/pyproject.toml index 6e5b5436..23388752 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.439.0" +version = "0.440.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 6212429f..3b399ee8 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.439.0" # x-release-please-version +__version__ = "0.440.0" # x-release-please-version