Skip to content

Commit b65f374

Browse files
release: 1.77.0
1 parent cee241d commit b65f374

4 files changed

Lines changed: 37 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: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## 1.77.0 (2026-05-27)
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 ([cee241d](https://github.com/Modern-Treasury/modern-treasury-python/commit/cee241d9b4cf5a1d500b7b743f99c2f51622a778))
10+
* **api:** api update ([3854d6b](https://github.com/Modern-Treasury/modern-treasury-python/commit/3854d6b46d3a96f8debc87d37543c1f2e25a0410))
11+
* **api:** api update ([f228554](https://github.com/Modern-Treasury/modern-treasury-python/commit/f22855485bbc5ebedfeb61a2d824d7b03fe11404))
12+
* **api:** api update ([67b3d97](https://github.com/Modern-Treasury/modern-treasury-python/commit/67b3d976075ad304af48da6586b11fa38ab3b807))
13+
* **api:** api update ([252aef7](https://github.com/Modern-Treasury/modern-treasury-python/commit/252aef7fdf7989aadf32daa0b96d2e180d777239))
14+
* **api:** api update ([fe8aabc](https://github.com/Modern-Treasury/modern-treasury-python/commit/fe8aabc201d367e1778fa2c84d029ee1af0665db))
15+
* **api:** api update ([8f7ab08](https://github.com/Modern-Treasury/modern-treasury-python/commit/8f7ab08e53657febef591db0ca7654e99087a1e3))
16+
* **api:** api update ([ced4eb1](https://github.com/Modern-Treasury/modern-treasury-python/commit/ced4eb1966fa6be97ae1bd33f592c35f902195cd))
17+
* **api:** api update ([ec6cfcf](https://github.com/Modern-Treasury/modern-treasury-python/commit/ec6cfcf6d42c808db6e967713051a444cb11c7a9))
18+
* **api:** api update ([1da3c13](https://github.com/Modern-Treasury/modern-treasury-python/commit/1da3c135be415aa6dec24d190223127b97337df9))
19+
* **api:** api update ([47e5835](https://github.com/Modern-Treasury/modern-treasury-python/commit/47e5835a8598aee0fea9a3a63008ddbab148d236))
20+
* **api:** api update ([88d127f](https://github.com/Modern-Treasury/modern-treasury-python/commit/88d127f34abcc7e971cf0f48648fd97d8f806671))
21+
* **api:** api update ([a960ed8](https://github.com/Modern-Treasury/modern-treasury-python/commit/a960ed817b7d1faadc41296237f01e197c610078))
22+
* **internal/types:** support eagerly validating pydantic iterators ([0de6c33](https://github.com/Modern-Treasury/modern-treasury-python/commit/0de6c33d8ad196baf3bc200fdbdd3fe3e4f10809))
23+
* support setting headers via env ([12b4a5f](https://github.com/Modern-Treasury/modern-treasury-python/commit/12b4a5fbf6668adc297dd8921fa1a966845c4423))
24+
25+
26+
### Bug Fixes
27+
28+
* **client:** add missing f-string prefix in file type error message ([b931d8d](https://github.com/Modern-Treasury/modern-treasury-python/commit/b931d8d5150c11c459e2ac2d98f5c8ef95b14f87))
29+
* use correct field name format for multipart file arrays ([c18d9fa](https://github.com/Modern-Treasury/modern-treasury-python/commit/c18d9faef73d1c354373414548a6cbda1fcb563d))
30+
31+
32+
### Chores
33+
34+
* **internal:** codegen related update ([816b839](https://github.com/Modern-Treasury/modern-treasury-python/commit/816b8392343b2933aa88a3d80e159359181940bc))
35+
* **internal:** reformat pyproject.toml ([0a622b0](https://github.com/Modern-Treasury/modern-treasury-python/commit/0a622b042dcec533793c9de1a9f4a7805c95d442))
36+
337
## 1.76.0 (2026-04-22)
438

539
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)