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.508.0"
".": "0.509.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: 238
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-c2a96dbb3b2b8f8b770122d20d9a18c6f53712c5b69f26551d45fbb320ed4351.yml
openapi_spec_hash: 2a0f520c0a49a415df945eb33d8a707c
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-7b70c044f69ec392a05ec3df7d46b433fe66a94f66535c0e7558928edb7d1a06.yml
openapi_spec_hash: 94a7198ec08ed56bbffed8d2184eff8b
config_hash: 060e036e1db198f2e908364c9df7096e
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.509.0 (2026-05-01)

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

### Features

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

## 0.508.0 (2026-05-01)

Full Changelog: [v0.507.0...v0.508.0](https://github.com/Increase/increase-python/compare/v0.507.0...v0.508.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.508.0"
version = "0.509.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.508.0" # x-release-please-version
__version__ = "0.509.0" # x-release-please-version
6 changes: 2 additions & 4 deletions src/increase/types/ach_transfer_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,8 @@ class AddendaFreeform(TypedDict, total=False):
entries: Required[Iterable[AddendaFreeformEntry]]
"""Each entry represents an addendum sent with the transfer.

In general, you should send at most one addendum–most ACH recipients cannot
access beyond the first 80 characters sent. Please reach out to
[support@increase.com](mailto:support@increase.com) to send 2 or more addenda to
a recipient expecting a specific addendum format.
Sending more than one addendum is only supported for transfers with
`standard_entry_class_code` of `corporate_trade_exchange` (CTX).
"""


Expand Down