Skip to content

Commit a38863d

Browse files
release: 1.62.0
1 parent 79e9f93 commit a38863d

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.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.61.0"
2+
".": "1.62.0"
33
}

CHANGELOG.md

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

3+
## 1.62.0 (2025-12-02)
4+
5+
Full Changelog: [v1.61.0...v1.62.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.61.0...v1.62.0)
6+
7+
### Features
8+
9+
* **api:** api update ([d4d8483](https://github.com/Modern-Treasury/modern-treasury-python/commit/d4d848338c8d9cb0f88785f4e8fab90dc0955d79))
10+
* **api:** api update ([8f6c8fe](https://github.com/Modern-Treasury/modern-treasury-python/commit/8f6c8fe147c93acbb829c8f9da770f38bd351978))
11+
* **api:** manual updates ([02605b4](https://github.com/Modern-Treasury/modern-treasury-python/commit/02605b4bbfe033011dbd6551a05c1c93b3e8cce1))
12+
13+
14+
### Bug Fixes
15+
16+
* compat with Python 3.14 ([968ffe0](https://github.com/Modern-Treasury/modern-treasury-python/commit/968ffe09ec4faa09f7bbc331c9e85ca961c91fae))
17+
* **compat:** update signatures of `model_dump` and `model_dump_json` for Pydantic v1 ([de86bb4](https://github.com/Modern-Treasury/modern-treasury-python/commit/de86bb46dba202b90d9fbd3c02e91f03c8090fe0))
18+
* ensure streams are always closed ([b989de5](https://github.com/Modern-Treasury/modern-treasury-python/commit/b989de53f6daa31b3c1dbcad2c90c7ea05236c48))
19+
20+
21+
### Chores
22+
23+
* add Python 3.14 classifier and testing ([22b5d02](https://github.com/Modern-Treasury/modern-treasury-python/commit/22b5d02faea320a551f86cfcf3b040fc313ca619))
24+
* **deps:** mypy 1.18.1 has a regression, pin to 1.17 ([5d0a85f](https://github.com/Modern-Treasury/modern-treasury-python/commit/5d0a85fad9cdec7fe1d1b36af4ba5cbe4ab365e7))
25+
* **package:** drop Python 3.8 support ([d0de5bf](https://github.com/Modern-Treasury/modern-treasury-python/commit/d0de5bf4b0c3431c10706dc8685c634e2fd43c42))
26+
* update lockfile ([79e9f93](https://github.com/Modern-Treasury/modern-treasury-python/commit/79e9f93f63203060f7c87e8de3bca037fb4ad38e))
27+
328
## 1.61.0 (2025-11-05)
429

530
Full Changelog: [v1.60.1...v1.61.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.60.1...v1.61.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.61.0"
3+
version = "1.62.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.61.0" # x-release-please-version
4+
__version__ = "1.62.0" # x-release-please-version

0 commit comments

Comments
 (0)