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.472.0"
".": "0.473.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-10b0412eb48b8e2b9720b29cf479448d246a9169c1937177f11a3d2ef80ae7f1.yml
openapi_spec_hash: ed688969255974736f3fbd4e6f30194e
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-07202bc3c027c441ab8829ab0e32c1547952d4cae1691fe00497ee3b056127d0.yml
openapi_spec_hash: 3c21b26cf5803678876c00c40e88c781
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.473.0 (2026-04-07)

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

### Features

* **api:** api update ([4fcf502](https://github.com/Increase/increase-python/commit/4fcf5023c0e3788ec8f1e0296d553865ee98e0c8))

## 0.472.0 (2026-04-06)

Full Changelog: [v0.471.0...v0.472.0](https://github.com/Increase/increase-python/compare/v0.471.0...v0.472.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.472.0"
version = "0.473.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.472.0" # x-release-please-version
__version__ = "0.473.0" # x-release-please-version
4 changes: 2 additions & 2 deletions src/increase/types/card.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@ class DigitalWallet(BaseModel):


class Card(BaseModel):
"""Cards are commercial credit cards.
"""Cards may operate on credit, debit or prepaid BINs.

They'll immediately work for online purchases after you create them. All cards maintain a credit limit of 100% of the Account’s available balance at the time of transaction. Funds are deducted from the Account upon transaction settlement.
Theyll immediately work for online purchases after you create them. All cards work on a good funds model, and maintain a maximum limit of 100% of the Account’s available balance at the time of transaction. Funds are deducted from the Account upon transaction settlement.
"""

id: str
Expand Down