From fd28883b63dca30cc2ac1ba87025c91744945072 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:21:48 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/card_payment.py | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/.stats.yml b/.stats.yml index 6f4195b5..7b45f5b9 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 236 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-63d432438e53e7ef1697b512a4f93fbc62faaceba725ccd8d56036206517deec.yml -openapi_spec_hash: 7de476081771994688a1c04508a3ebea +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ec66c42c6badee269e15e5f4b9e9881b2ab484d31b4426d5364390794bf72b14.yml +openapi_spec_hash: d8651196e5ffce19bee74f276d900d64 config_hash: 4945e03affdf289484733306e4797f81 diff --git a/src/increase/types/card_payment.py b/src/increase/types/card_payment.py index 1b37c193..828b9564 100644 --- a/src/increase/types/card_payment.py +++ b/src/increase/types/card_payment.py @@ -7801,15 +7801,3 @@ class CardPayment(BaseModel): For this resource it will always be `card_payment`. """ - - if TYPE_CHECKING: - # Some versions of Pydantic <2.8.0 have a bug and don’t allow assigning a - # value to this field, so for compatibility we avoid doing it at runtime. - __pydantic_extra__: Dict[str, object] = FieldInfo(init=False) # pyright: ignore[reportIncompatibleVariableOverride] - - # Stub to indicate that arbitrary properties are accepted. - # To access properties that are not valid identifiers you can use `getattr`, e.g. - # `getattr(obj, '$type')` - def __getattr__(self, attr: str) -> object: ... - else: - __pydantic_extra__: Dict[str, object] From f6d69f8d08329c45ca4d561b2581fd93ba89bc66 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:22:09 +0000 Subject: [PATCH 2/2] release: 0.465.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 120888c9..e4c7212c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.464.0" + ".": "0.465.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4623c046..124262b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.465.0 (2026-03-30) + +Full Changelog: [v0.464.0...v0.465.0](https://github.com/Increase/increase-python/compare/v0.464.0...v0.465.0) + +### Features + +* **api:** api update ([fd28883](https://github.com/Increase/increase-python/commit/fd28883b63dca30cc2ac1ba87025c91744945072)) + ## 0.464.0 (2026-03-30) Full Changelog: [v0.463.0...v0.464.0](https://github.com/Increase/increase-python/compare/v0.463.0...v0.464.0) diff --git a/pyproject.toml b/pyproject.toml index 7e6aafb8..ee67ac88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.464.0" +version = "0.465.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 2369cc91..7ab2313b 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.464.0" # x-release-please-version +__version__ = "0.465.0" # x-release-please-version