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.304.0"
".": "0.305.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: 216
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1c5db818b8692ac57a83f3785c2f0a1d1ea95b9ed35fd4632619947448c22526.yml
openapi_spec_hash: 0b2954fbe726a422219f22f5cddda6d6
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6db60f3531381822fadaf766a9191d837e5f512c5dee67d09e4a42b4d307b9c6.yml
openapi_spec_hash: 236e86b03890539f5f36e6e458fc01c4
config_hash: 632b628b59d8f0b717153b3d8133f6cb
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.305.0 (2025-08-28)

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

### Features

* **api:** api update ([d3ad31e](https://github.com/Increase/increase-python/commit/d3ad31e1219b2ec746b22a423353a8eaec0fb6a0))

## 0.304.0 (2025-08-27)

Full Changelog: [v0.303.0...v0.304.0](https://github.com/Increase/increase-python/compare/v0.303.0...v0.304.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.304.0"
version = "0.305.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.304.0" # x-release-please-version
__version__ = "0.305.0" # x-release-please-version
2 changes: 2 additions & 0 deletions src/increase/types/declined_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ class SourceCheckDecline(BaseModel):
"no_account_number_found",
"refer_to_image",
"unable_to_process",
"unusable_image",
"user_initiated",
]
"""Why the check was declined.
Expand All @@ -800,6 +801,7 @@ class SourceCheckDecline(BaseModel):
- `refer_to_image` - The check is not readable. Please refer to the image.
- `unable_to_process` - The check cannot be processed. This is rare: please
contact support.
- `unusable_image` - The check image is unusable.
- `user_initiated` - Your integration declined this check via the API.
"""

Expand Down