From 3e7403ecdaa9f019e4e32f2f8b98bfceb6c00951 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 05:18:17 +0000 Subject: [PATCH 1/2] feat(api): api update (#1005) --- .stats.yml | 2 +- src/increase/types/check_transfer_create_params.py | 6 ------ tests/api_resources/test_check_transfers.py | 2 -- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.stats.yml b/.stats.yml index b861b7f29..9bb4654e7 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 201 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6a74a7c2c7897ef6df01004d4e776e33d166bad2206cf5e66152e30bba5a6807.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ecd02bb92f99f15ee369204923a50283b42c9f2e46ed88e437771916e8495214.yml diff --git a/src/increase/types/check_transfer_create_params.py b/src/increase/types/check_transfer_create_params.py index 590973ad3..dc62de0c1 100644 --- a/src/increase/types/check_transfer_create_params.py +++ b/src/increase/types/check_transfer_create_params.py @@ -69,12 +69,6 @@ class PhysicalCheckMailingAddress(TypedDict, total=False): line2: str """The second line of the address component of the check's destination address.""" - name: str - """The name component of the check's destination address. - - Defaults to the provided `recipient_name` parameter. - """ - class PhysicalCheckReturnAddress(TypedDict, total=False): city: Required[str] diff --git a/tests/api_resources/test_check_transfers.py b/tests/api_resources/test_check_transfers.py index a46c2089e..26b4e4407 100644 --- a/tests/api_resources/test_check_transfers.py +++ b/tests/api_resources/test_check_transfers.py @@ -45,7 +45,6 @@ def test_method_create_with_all_params(self, client: Increase) -> None: "postal_code": "10045", "state": "NY", "line2": "x", - "name": "Ian Crease", }, "memo": "Check payment", "recipient_name": "Ian Crease", @@ -324,7 +323,6 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease) "postal_code": "10045", "state": "NY", "line2": "x", - "name": "Ian Crease", }, "memo": "Check payment", "recipient_name": "Ian Crease", From 08f4feaf8ca1108a17e691ef1622130d54c87901 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 05:18:42 +0000 Subject: [PATCH 2/2] release: 0.202.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 45e440e64..478aa79df 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.201.0" + ".": "0.202.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d71968ee9..0d0170b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.202.0 (2025-03-04) + +Full Changelog: [v0.201.0...v0.202.0](https://github.com/Increase/increase-python/compare/v0.201.0...v0.202.0) + +### Features + +* **api:** api update ([#1005](https://github.com/Increase/increase-python/issues/1005)) ([3e7403e](https://github.com/Increase/increase-python/commit/3e7403ecdaa9f019e4e32f2f8b98bfceb6c00951)) + ## 0.201.0 (2025-03-03) Full Changelog: [v0.200.0...v0.201.0](https://github.com/Increase/increase-python/compare/v0.200.0...v0.201.0) diff --git a/pyproject.toml b/pyproject.toml index 88d31bc8e..6f0f93d58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.201.0" +version = "0.202.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 a11ac61c3..417e99b03 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.201.0" # x-release-please-version +__version__ = "0.202.0" # x-release-please-version