diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d521d91f..e4e2c7e05 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.218.0" + ".": "0.219.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index d1dcd2971..55cddcc8c 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 199 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-2f220d665fe0014a15369e084c2ad554dc9dbe6758e079b40af056153807fe1f.yml -openapi_spec_hash: 280b322bc7ae0fc3eb4ea18d73fa01ae +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-49cf09bfa8351df7daf0d1062d57dc1338c8882c7614ccabbf4903806d9b102e.yml +openapi_spec_hash: c2ae776a3a8e619c33606f2d14716ffe config_hash: 20a463ecd33bd32b7b9bc6f4990907ac diff --git a/CHANGELOG.md b/CHANGELOG.md index af999ff45..ca17d1520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.219.0 (2025-04-04) + +Full Changelog: [v0.218.0...v0.219.0](https://github.com/Increase/increase-python/compare/v0.218.0...v0.219.0) + +### Features + +* **api:** api update ([#1075](https://github.com/Increase/increase-python/issues/1075)) ([9c5683a](https://github.com/Increase/increase-python/commit/9c5683a2bb84799108f5c77fb57c39e30da7ade3)) + + +### Chores + +* **internal:** remove trailing character ([#1073](https://github.com/Increase/increase-python/issues/1073)) ([be91b0d](https://github.com/Increase/increase-python/commit/be91b0d09dd9e8ee713e750ead0b4f57b3a360f8)) + ## 0.218.0 (2025-04-02) Full Changelog: [v0.217.0...v0.218.0](https://github.com/Increase/increase-python/compare/v0.217.0...v0.218.0) diff --git a/pyproject.toml b/pyproject.toml index a73d2d154..1e9f8e103 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.218.0" +version = "0.219.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 4dd72ec81..a1d468b81 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.218.0" # x-release-please-version +__version__ = "0.219.0" # x-release-please-version diff --git a/src/increase/types/card_payment.py b/src/increase/types/card_payment.py index ffe464848..dbb24d19e 100644 --- a/src/increase/types/card_payment.py +++ b/src/increase/types/card_payment.py @@ -99,7 +99,7 @@ class ElementCardAuthenticationChallenge(BaseModel): - `text_message` - The one-time code was sent via text message. - `email` - The one-time code was sent via email. - - `none_available` - The one-time code was not successfully delievered. + - `none_available` - The one-time code was not successfully delivered. """ verification_value: Optional[str] = None @@ -420,7 +420,7 @@ class ElementCardAuthorizationVerificationCardholderAddress(BaseModel): ] """The address verification result returned to the card network. - - `not_checked` - No adress was provided in the authorization request. + - `not_checked` - No address was provided in the authorization request. - `postal_code_match_address_not_checked` - Postal code matches, but the street address was not verified. - `postal_code_match_address_no_match` - Postal code matches, but the street @@ -837,7 +837,7 @@ class ElementCardDeclineVerificationCardholderAddress(BaseModel): ] """The address verification result returned to the card network. - - `not_checked` - No adress was provided in the authorization request. + - `not_checked` - No address was provided in the authorization request. - `postal_code_match_address_not_checked` - Postal code matches, but the street address was not verified. - `postal_code_match_address_no_match` - Postal code matches, but the street @@ -2691,7 +2691,7 @@ class ElementCardValidationVerificationCardholderAddress(BaseModel): ] """The address verification result returned to the card network. - - `not_checked` - No adress was provided in the authorization request. + - `not_checked` - No address was provided in the authorization request. - `postal_code_match_address_not_checked` - Postal code matches, but the street address was not verified. - `postal_code_match_address_no_match` - Postal code matches, but the street diff --git a/src/increase/types/declined_transaction.py b/src/increase/types/declined_transaction.py index 246058e02..b6e27b058 100644 --- a/src/increase/types/declined_transaction.py +++ b/src/increase/types/declined_transaction.py @@ -298,7 +298,7 @@ class SourceCardDeclineVerificationCardholderAddress(BaseModel): ] """The address verification result returned to the card network. - - `not_checked` - No adress was provided in the authorization request. + - `not_checked` - No address was provided in the authorization request. - `postal_code_match_address_not_checked` - Postal code matches, but the street address was not verified. - `postal_code_match_address_no_match` - Postal code matches, but the street diff --git a/src/increase/types/pending_transaction.py b/src/increase/types/pending_transaction.py index 2a72048d3..071a5aec4 100644 --- a/src/increase/types/pending_transaction.py +++ b/src/increase/types/pending_transaction.py @@ -246,7 +246,7 @@ class SourceCardAuthorizationVerificationCardholderAddress(BaseModel): ] """The address verification result returned to the card network. - - `not_checked` - No adress was provided in the authorization request. + - `not_checked` - No address was provided in the authorization request. - `postal_code_match_address_not_checked` - Postal code matches, but the street address was not verified. - `postal_code_match_address_no_match` - Postal code matches, but the street diff --git a/src/increase/types/real_time_decision.py b/src/increase/types/real_time_decision.py index 2ba75df27..b56bcf975 100644 --- a/src/increase/types/real_time_decision.py +++ b/src/increase/types/real_time_decision.py @@ -290,7 +290,7 @@ class CardAuthorizationVerificationCardholderAddress(BaseModel): ] """The address verification result returned to the card network. - - `not_checked` - No adress was provided in the authorization request. + - `not_checked` - No address was provided in the authorization request. - `postal_code_match_address_not_checked` - Postal code matches, but the street address was not verified. - `postal_code_match_address_no_match` - Postal code matches, but the street diff --git a/tests/test_client.py b/tests/test_client.py index b5ea44f9a..af9afe1b5 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -1739,7 +1739,7 @@ def test_get_platform(self) -> None: import threading from increase._utils import asyncify - from increase._base_client import get_platform + from increase._base_client import get_platform async def test_main() -> None: result = await asyncify(get_platform)()