From 646f96eec6e5f2a43cecad116610c02b49f6e2a2 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:40:13 +0000 Subject: [PATCH 1/2] feat(api): api update (#895) --- .stats.yml | 2 +- src/increase/types/transaction.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index acc9723c..98a2bad7 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 201 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-03ee97dd9c89c89eb1cc9ac40a7f757b3c92e262889d3ad2e654a03259026f44.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6cc3e4ac223759041f330390923fab4098db3de30668152712a863fa81b40849.yml diff --git a/src/increase/types/transaction.py b/src/increase/types/transaction.py index 9c7c133a..23e4f1ff 100644 --- a/src/increase/types/transaction.py +++ b/src/increase/types/transaction.py @@ -2107,7 +2107,7 @@ class SourceInboundWireTransfer(BaseModel): class SourceInterestPayment(BaseModel): - accrued_on_account_id: Optional[str] = None + accrued_on_account_id: str """The account on which the interest was accrued.""" amount: int From 3ef60f9411ddd2035885249b19a500d5b77221ce Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:40:42 +0000 Subject: [PATCH 2/2] release: 0.176.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 6abd47e7..864c3f0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.175.0" + ".": "0.176.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f8d549..da7e8d23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.176.0 (2025-01-02) + +Full Changelog: [v0.175.0...v0.176.0](https://github.com/Increase/increase-python/compare/v0.175.0...v0.176.0) + +### Features + +* **api:** api update ([#895](https://github.com/Increase/increase-python/issues/895)) ([646f96e](https://github.com/Increase/increase-python/commit/646f96eec6e5f2a43cecad116610c02b49f6e2a2)) + ## 0.175.0 (2025-01-01) Full Changelog: [v0.174.0...v0.175.0](https://github.com/Increase/increase-python/compare/v0.174.0...v0.175.0) diff --git a/pyproject.toml b/pyproject.toml index 21c74d6f..546e5bc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.175.0" +version = "0.176.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 28c51623..56de4a27 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.175.0" # x-release-please-version +__version__ = "0.176.0" # x-release-please-version