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.355.0"
".": "0.356.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: 220
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d5e8c32ee2dc3b3f70e43e439b18ad51e73cb830c01f7bb53290a340be7937ea.yml
openapi_spec_hash: dcf97003cd0f0b49bfc2b1213ef83ed9
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-071556e7dfc2b2d72c1f9fee711211e0272dab780651b1a49d3e302d3a9f59be.yml
openapi_spec_hash: 01d445dc17f564c99f440a768f170b0d
config_hash: f0b80170c2ea09811aeae3f1e94bc422
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.356.0 (2025-10-10)

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

### Features

* **api:** api update ([1f9170a](https://github.com/Increase/increase-python/commit/1f9170a090f8fa40a5ef7933b2596cab3ebcd625))

## 0.355.0 (2025-10-10)

Full Changelog: [v0.354.0...v0.355.0](https://github.com/Increase/increase-python/compare/v0.354.0...v0.355.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.355.0"
version = "0.356.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.355.0" # x-release-please-version
__version__ = "0.356.0" # x-release-please-version
2 changes: 1 addition & 1 deletion src/increase/types/ach_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ class Settlement(BaseModel):


class Submission(BaseModel):
administrative_returns_expected_by: Optional[datetime.datetime] = None
administrative_returns_expected_by: datetime.datetime
"""The timestamp by which any administrative returns are expected to be received
by.

Expand Down