From 537b78ab51073c10515ddcf75dbe5efb0bfe3acb Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 17:45:13 +0000 Subject: [PATCH 1/3] chore(readme): fix version rendering on pypi --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7c96062a..16abab576 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Increase Python API library -[![PyPI version]()](https://pypi.org/project/increase/) + +[![PyPI version](https://img.shields.io/pypi/v/increase.svg?label=pypi%20(stable))](https://pypi.org/project/increase/) The Increase Python library provides convenient access to the Increase REST API from any Python 3.8+ application. The library includes type definitions for all request params and response fields, From b2aeeb0b3ba930aec3d5bd764c2fb642199a33b6 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 20:54:43 +0000 Subject: [PATCH 2/3] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/card_details.py | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 18daa6ba3..083e8155e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 202 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a7e0e17a385ddfb049d0fe4e5d05785901cf40f464c51399d7c2cd1f863696c0.yml -openapi_spec_hash: b4bca6edf466e9061a72c98207f92c6d +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f0b14ed0b6857930b2bbb80a8a0580dff2aad5510240f608ea9385a8b1d1b66b.yml +openapi_spec_hash: ea869bb98167424f60f8ef006da70945 config_hash: a185e9a72778cc4658ea73fb3a7f1354 diff --git a/src/increase/types/card_details.py b/src/increase/types/card_details.py index 54bb5d619..33b9578f7 100644 --- a/src/increase/types/card_details.py +++ b/src/increase/types/card_details.py @@ -17,6 +17,9 @@ class CardDetails(BaseModel): expiration_year: int """The year the card expires in YYYY format (e.g., 2025).""" + pin: str + """The 4-digit PIN for the card, for use with ATMs.""" + primary_account_number: str """The card number.""" From cee2c9fbd2bc5fd2e837d2e0d21ff46842bba8cf Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 20:55:04 +0000 Subject: [PATCH 3/3] release: 0.264.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- src/increase/_version.py | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fd30b1d67..7f4bdc4f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.263.0" + ".": "0.264.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d339aefca..57c7a660a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.264.0 (2025-07-10) + +Full Changelog: [v0.263.0...v0.264.0](https://github.com/Increase/increase-python/compare/v0.263.0...v0.264.0) + +### Features + +* **api:** api update ([b2aeeb0](https://github.com/Increase/increase-python/commit/b2aeeb0b3ba930aec3d5bd764c2fb642199a33b6)) + + +### Chores + +* **readme:** fix version rendering on pypi ([537b78a](https://github.com/Increase/increase-python/commit/537b78ab51073c10515ddcf75dbe5efb0bfe3acb)) + ## 0.263.0 (2025-07-09) Full Changelog: [v0.262.0...v0.263.0](https://github.com/Increase/increase-python/compare/v0.262.0...v0.263.0) diff --git a/pyproject.toml b/pyproject.toml index 867e13cf4..c7a8b12cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.263.0" +version = "0.264.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 dbd23f52a..9df4fef3e 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.263.0" # x-release-please-version +__version__ = "0.264.0" # x-release-please-version