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.359.0"
".": "0.360.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: 220
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-33f2c95401f5925e452440863f26a701b345a2da75b2b3f9b3eb33936adef476.yml
openapi_spec_hash: 3a0f2ac488d1d8e875bd118940c81152
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-bee1322960faf189518a3ac4b28f52fab559d991b86edfebe33795ed60f4af0f.yml
openapi_spec_hash: c3f12839150ef30de08776d0ea693f59
config_hash: f0b80170c2ea09811aeae3f1e94bc422
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.360.0 (2025-10-16)

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

### Features

* **api:** api update ([64e96ee](https://github.com/Increase/increase-python/commit/64e96eec5873b16227f9faa31bca501d1700d1e5))

## 0.359.0 (2025-10-14)

Full Changelog: [v0.358.0...v0.359.0](https://github.com/Increase/increase-python/compare/v0.358.0...v0.359.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.359.0"
version = "0.360.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.359.0" # x-release-please-version
__version__ = "0.360.0" # x-release-please-version
8 changes: 4 additions & 4 deletions tests/api_resources/test_cards.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_method_create_with_all_params(self, client: Increase) -> None:
description="Card for Ian Crease",
digital_wallet={
"digital_card_profile_id": "digital_card_profile_id",
"email": "x",
"email": "dev@stainless.com",
"phone": "x",
},
entity_id="entity_id",
Expand Down Expand Up @@ -134,7 +134,7 @@ def test_method_update_with_all_params(self, client: Increase) -> None:
description="New description",
digital_wallet={
"digital_card_profile_id": "digital_card_profile_id",
"email": "x",
"email": "dev@stainless.com",
"phone": "x",
},
entity_id="entity_id",
Expand Down Expand Up @@ -368,7 +368,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease)
description="Card for Ian Crease",
digital_wallet={
"digital_card_profile_id": "digital_card_profile_id",
"email": "x",
"email": "dev@stainless.com",
"phone": "x",
},
entity_id="entity_id",
Expand Down Expand Up @@ -458,7 +458,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncIncrease)
description="New description",
digital_wallet={
"digital_card_profile_id": "digital_card_profile_id",
"email": "x",
"email": "dev@stainless.com",
"phone": "x",
},
entity_id="entity_id",
Expand Down
4 changes: 2 additions & 2 deletions tests/api_resources/test_digital_card_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def test_method_clone_with_all_params(self, client: Increase) -> None:
app_icon_file_id="app_icon_file_id",
background_image_file_id="file_1ai913suu1zfn1pdetru",
card_description="x",
contact_email="x",
contact_email="dev@stainless.com",
contact_phone="x",
contact_website="contact_website",
description="x",
Expand Down Expand Up @@ -454,7 +454,7 @@ async def test_method_clone_with_all_params(self, async_client: AsyncIncrease) -
app_icon_file_id="app_icon_file_id",
background_image_file_id="file_1ai913suu1zfn1pdetru",
card_description="x",
contact_email="x",
contact_email="dev@stainless.com",
contact_phone="x",
contact_website="contact_website",
description="x",
Expand Down
8 changes: 4 additions & 4 deletions tests/api_resources/test_real_time_decisions.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ def test_method_action_with_all_params(self, client: Increase) -> None:
digital_wallet_authentication={
"result": "success",
"success": {
"email": "x",
"email": "dev@stainless.com",
"phone": "x",
},
},
digital_wallet_token={
"approval": {
"email": "x",
"email": "dev@stainless.com",
"phone": "x",
},
"decline": {"reason": "x"},
Expand Down Expand Up @@ -196,13 +196,13 @@ async def test_method_action_with_all_params(self, async_client: AsyncIncrease)
digital_wallet_authentication={
"result": "success",
"success": {
"email": "x",
"email": "dev@stainless.com",
"phone": "x",
},
},
digital_wallet_token={
"approval": {
"email": "x",
"email": "dev@stainless.com",
"phone": "x",
},
"decline": {"reason": "x"},
Expand Down