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.439.0"
".": "0.440.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-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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.439.0"
version = "0.440.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.439.0" # x-release-please-version
__version__ = "0.440.0" # x-release-please-version
40 changes: 20 additions & 20 deletions tests/api_resources/test_beneficial_owners.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -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",
Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -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",
Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand Down