From c8a99dbf5ee391df3cccc049d9f609f23a8276f6 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 01:46:19 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/resources/files.py | 4 ++-- src/increase/types/file.py | 2 +- src/increase/types/file_create_params.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.stats.yml b/.stats.yml index a3b26b56..9a6f8ba0 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/src/increase/resources/files.py b/src/increase/resources/files.py index ab8db43d..4c71d089 100644 --- a/src/increase/resources/files.py +++ b/src/increase/resources/files.py @@ -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. @@ -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. diff --git a/src/increase/types/file.py b/src/increase/types/file.py index 15ef9f97..8dc3e8fb 100644 --- a/src/increase/types/file.py +++ b/src/increase/types/file.py @@ -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 diff --git a/src/increase/types/file_create_params.py b/src/increase/types/file_create_params.py index 79032715..ba802de0 100644 --- a/src/increase/types/file_create_params.py +++ b/src/increase/types/file_create_params.py @@ -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. From a3ca44ac8efdcb8d016386e502b63d41f865ffcf Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 01:46:38 +0000 Subject: [PATCH 2/2] release: 0.395.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/increase/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1bb2c331..02bfb399 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.394.0" + ".": "0.395.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 254bd5a6..cd50167f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 86ce69c1..bc24d4e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/increase/_version.py b/src/increase/_version.py index 3728f5ee..ceca6b6b 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.394.0" # x-release-please-version +__version__ = "0.395.0" # x-release-please-version