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.470.0"
".": "0.471.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-034ee94321ac334412e7368a7c6acc06d5606e92b09ca6873dd4cbfbb0628cb3.yml
openapi_spec_hash: e842e88e09648392440cf613433dacdc
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c73835a51350d0f42d529d2731b0d4da4487f55b1c98a6e0a322c21b1264f209.yml
openapi_spec_hash: 23561aff9285210e32b4e15e1486a01a
config_hash: 4945e03affdf289484733306e4797f81
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.471.0 (2026-04-04)

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

### Features

* **api:** api update ([7504a13](https://github.com/Increase/increase-python/commit/7504a130fb8aa10f41f581623500ac0f096f803b))

## 0.470.0 (2026-04-03)

Full Changelog: [v0.469.0...v0.470.0](https://github.com/Increase/increase-python/compare/v0.469.0...v0.470.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.470.0"
version = "0.471.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.470.0" # x-release-please-version
__version__ = "0.471.0" # x-release-please-version
2 changes: 1 addition & 1 deletion src/increase/types/card.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class AuthorizationControls(BaseModel):
spending_limits: Optional[List[AuthorizationControlsSpendingLimit]] = None
"""Spending limits for this card.

The most restrictive limit is applied if multiple limits match.
The most restrictive limit applies if multiple limits match.
"""


Expand Down
2 changes: 1 addition & 1 deletion src/increase/types/card_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class AuthorizationControls(TypedDict, total=False):
spending_limits: Iterable[AuthorizationControlsSpendingLimit]
"""Spending limits for this card.

The most restrictive limit is applied if multiple limits match.
The most restrictive limit applies if multiple limits match.
"""


Expand Down
2 changes: 1 addition & 1 deletion src/increase/types/card_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class AuthorizationControls(TypedDict, total=False):
spending_limits: Iterable[AuthorizationControlsSpendingLimit]
"""Spending limits for this card.

The most restrictive limit is applied if multiple limits match.
The most restrictive limit applies if multiple limits match.
"""


Expand Down