Skip to content

Commit 233ae0c

Browse files
release: 1.77.0
1 parent 8f7ab08 commit 233ae0c

4 files changed

Lines changed: 30 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.76.0"
2+
".": "1.77.0"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## 1.77.0 (2026-05-12)
4+
5+
Full Changelog: [v1.76.0...v1.77.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.76.0...v1.77.0)
6+
7+
### Features
8+
9+
* **api:** api update ([8f7ab08](https://github.com/Modern-Treasury/modern-treasury-python/commit/8f7ab08e53657febef591db0ca7654e99087a1e3))
10+
* **api:** api update ([ced4eb1](https://github.com/Modern-Treasury/modern-treasury-python/commit/ced4eb1966fa6be97ae1bd33f592c35f902195cd))
11+
* **api:** api update ([ec6cfcf](https://github.com/Modern-Treasury/modern-treasury-python/commit/ec6cfcf6d42c808db6e967713051a444cb11c7a9))
12+
* **api:** api update ([1da3c13](https://github.com/Modern-Treasury/modern-treasury-python/commit/1da3c135be415aa6dec24d190223127b97337df9))
13+
* **api:** api update ([47e5835](https://github.com/Modern-Treasury/modern-treasury-python/commit/47e5835a8598aee0fea9a3a63008ddbab148d236))
14+
* **api:** api update ([88d127f](https://github.com/Modern-Treasury/modern-treasury-python/commit/88d127f34abcc7e971cf0f48648fd97d8f806671))
15+
* **api:** api update ([a960ed8](https://github.com/Modern-Treasury/modern-treasury-python/commit/a960ed817b7d1faadc41296237f01e197c610078))
16+
* **internal/types:** support eagerly validating pydantic iterators ([0de6c33](https://github.com/Modern-Treasury/modern-treasury-python/commit/0de6c33d8ad196baf3bc200fdbdd3fe3e4f10809))
17+
* support setting headers via env ([12b4a5f](https://github.com/Modern-Treasury/modern-treasury-python/commit/12b4a5fbf6668adc297dd8921fa1a966845c4423))
18+
19+
20+
### Bug Fixes
21+
22+
* **client:** add missing f-string prefix in file type error message ([b931d8d](https://github.com/Modern-Treasury/modern-treasury-python/commit/b931d8d5150c11c459e2ac2d98f5c8ef95b14f87))
23+
* use correct field name format for multipart file arrays ([c18d9fa](https://github.com/Modern-Treasury/modern-treasury-python/commit/c18d9faef73d1c354373414548a6cbda1fcb563d))
24+
25+
26+
### Chores
27+
28+
* **internal:** reformat pyproject.toml ([0a622b0](https://github.com/Modern-Treasury/modern-treasury-python/commit/0a622b042dcec533793c9de1a9f4a7805c95d442))
29+
330
## 1.76.0 (2026-04-22)
431

532
Full Changelog: [v1.75.0...v1.76.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.75.0...v1.76.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "modern-treasury"
3-
version = "1.76.0"
3+
version = "1.77.0"
44
description = "The official Python library for the Modern Treasury API"
55
dynamic = ["readme"]
66
license = "MIT"

src/modern_treasury/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "modern_treasury"
4-
__version__ = "1.76.0" # x-release-please-version
4+
__version__ = "1.77.0" # x-release-please-version

0 commit comments

Comments
 (0)