diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5cd962378..6dc64191e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.345.0" + ".": "0.346.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 6e0dd6f89..5be8c21ef 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 214 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e80a254e816bc69ee8d058b340f791b9f4229b07ff2b460e6cd0ceb4406a7604.yml -openapi_spec_hash: 81b87e83af702cfd8bce31f2d449ee15 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-24ddca9eb65b72b527002775880ca10d5f0e13426f076fb983761c44df2429a9.yml +openapi_spec_hash: 32d6ee149133e0cc8026079cc29c0991 config_hash: a143293c5450ae8f52acad08f3102575 diff --git a/CHANGELOG.md b/CHANGELOG.md index 276b8b279..2d75880dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.346.0 (2025-09-29) + +Full Changelog: [v0.345.0...v0.346.0](https://github.com/Increase/increase-python/compare/v0.345.0...v0.346.0) + +### Features + +* **api:** api update ([a2b9b3b](https://github.com/Increase/increase-python/commit/a2b9b3b0df63cb0b80a2747584451814f9414270)) + ## 0.345.0 (2025-09-26) Full Changelog: [v0.344.0...v0.345.0](https://github.com/Increase/increase-python/compare/v0.344.0...v0.345.0) diff --git a/pyproject.toml b/pyproject.toml index 7a0ca50e6..681fce510 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.345.0" +version = "0.346.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 5051c9946..093f91f53 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.345.0" # x-release-please-version +__version__ = "0.346.0" # x-release-please-version diff --git a/src/increase/resources/oauth_tokens.py b/src/increase/resources/oauth_tokens.py index 143368459..cc2efe348 100644 --- a/src/increase/resources/oauth_tokens.py +++ b/src/increase/resources/oauth_tokens.py @@ -71,7 +71,7 @@ def create( client_id: The public identifier for your application. - client_secret: The secret that confirms you own the application. This is redundent given that + client_secret: The secret that confirms you own the application. This is redundant given that the request is made with your API key but it's a required component of OAuth 2.0. @@ -163,7 +163,7 @@ async def create( client_id: The public identifier for your application. - client_secret: The secret that confirms you own the application. This is redundent given that + client_secret: The secret that confirms you own the application. This is redundant given that the request is made with your API key but it's a required component of OAuth 2.0. diff --git a/src/increase/types/oauth_token_create_params.py b/src/increase/types/oauth_token_create_params.py index 86b11b79f..f5264b3fa 100644 --- a/src/increase/types/oauth_token_create_params.py +++ b/src/increase/types/oauth_token_create_params.py @@ -24,7 +24,7 @@ class OAuthTokenCreateParams(TypedDict, total=False): client_secret: str """The secret that confirms you own the application. - This is redundent given that the request is made with your API key but it's a + This is redundant given that the request is made with your API key but it's a required component of OAuth 2.0. """