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.394.0"
".": "0.395.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: 229
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f4ebad4aaba1af68442e3650238657c7f7600714bbf7a26d01e01e69e467ee4b.yml
openapi_spec_hash: 0b7280b86b511746a24a4abef602990a
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-7a6340375b0e06648ff3e7e4b8aa1527b71df0c7a3d793738ba6fe20eef6f624.yml
openapi_spec_hash: 3cb2076c8a4870d3b17d02780a295172
config_hash: ca1425272e17fa23d4466d33492334fa
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.395.0 (2025-11-14)

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

### Features

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

## 0.394.0 (2025-11-14)

Full Changelog: [v0.393.0...v0.394.0](https://github.com/Increase/increase-python/compare/v0.393.0...v0.394.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.394.0"
version = "0.395.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.394.0" # x-release-please-version
__version__ = "0.395.0" # x-release-please-version
4 changes: 2 additions & 2 deletions src/increase/resources/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def create(
- `digital_wallet_app_icon` - An icon for you app to be rendered inside digital
wallet apps. This must be a 100x100 pixel PNG.
- `physical_card_front` - A card image to be printed on the front of a physical
card. This must be a 2100x1340 pixel PNG with no other color but black.
card. This must be a 2100x1344 pixel PNG with no other color but black.
- `physical_card_carrier` - An image representing the entirety of the carrier
used for a physical card. This must be a 2550x3300 pixel PNG with no other
color but black.
Expand Down Expand Up @@ -336,7 +336,7 @@ async def create(
- `digital_wallet_app_icon` - An icon for you app to be rendered inside digital
wallet apps. This must be a 100x100 pixel PNG.
- `physical_card_front` - A card image to be printed on the front of a physical
card. This must be a 2100x1340 pixel PNG with no other color but black.
card. This must be a 2100x1344 pixel PNG with no other color but black.
- `physical_card_carrier` - An image representing the entirety of the carrier
used for a physical card. This must be a 2550x3300 pixel PNG with no other
color but black.
Expand Down
2 changes: 1 addition & 1 deletion src/increase/types/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class File(BaseModel):
- `digital_wallet_app_icon` - An icon for you app to be rendered inside digital
wallet apps. This must be a 100x100 pixel PNG.
- `physical_card_front` - A card image to be printed on the front of a physical
card. This must be a 2100x1340 pixel PNG with no other color but black.
card. This must be a 2100x1344 pixel PNG with no other color but black.
- `physical_card_back` - The image to be printed on the back of a physical card.
- `physical_card_carrier` - An image representing the entirety of the carrier
used for a physical card. This must be a 2550x3300 pixel PNG with no other
Expand Down
2 changes: 1 addition & 1 deletion src/increase/types/file_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class FileCreateParams(TypedDict, total=False):
- `digital_wallet_app_icon` - An icon for you app to be rendered inside digital
wallet apps. This must be a 100x100 pixel PNG.
- `physical_card_front` - A card image to be printed on the front of a physical
card. This must be a 2100x1340 pixel PNG with no other color but black.
card. This must be a 2100x1344 pixel PNG with no other color but black.
- `physical_card_carrier` - An image representing the entirety of the carrier
used for a physical card. This must be a 2550x3300 pixel PNG with no other
color but black.
Expand Down