Skip to content

Commit 9c78fa1

Browse files
release: 1.62.0
1 parent aa04fa3 commit 9c78fa1

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## 1.62.0 (2025-12-04)
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 ([aa04fa3](https://github.com/Modern-Treasury/modern-treasury-python/commit/aa04fa3899173c32efa23d0c84793c8fc2298d59))
10+
* **api:** api update ([d4d8483](https://github.com/Modern-Treasury/modern-treasury-python/commit/d4d848338c8d9cb0f88785f4e8fab90dc0955d79))
11+
* **api:** api update ([8f6c8fe](https://github.com/Modern-Treasury/modern-treasury-python/commit/8f6c8fe147c93acbb829c8f9da770f38bd351978))
12+
* **api:** manual updates ([02605b4](https://github.com/Modern-Treasury/modern-treasury-python/commit/02605b4bbfe033011dbd6551a05c1c93b3e8cce1))
13+
14+
15+
### Bug Fixes
16+
17+
* compat with Python 3.14 ([968ffe0](https://github.com/Modern-Treasury/modern-treasury-python/commit/968ffe09ec4faa09f7bbc331c9e85ca961c91fae))
18+
* **compat:** update signatures of `model_dump` and `model_dump_json` for Pydantic v1 ([de86bb4](https://github.com/Modern-Treasury/modern-treasury-python/commit/de86bb46dba202b90d9fbd3c02e91f03c8090fe0))
19+
* ensure streams are always closed ([b989de5](https://github.com/Modern-Treasury/modern-treasury-python/commit/b989de53f6daa31b3c1dbcad2c90c7ea05236c48))
20+
21+
22+
### Chores
23+
24+
* add Python 3.14 classifier and testing ([22b5d02](https://github.com/Modern-Treasury/modern-treasury-python/commit/22b5d02faea320a551f86cfcf3b040fc313ca619))
25+
* **deps:** mypy 1.18.1 has a regression, pin to 1.17 ([5d0a85f](https://github.com/Modern-Treasury/modern-treasury-python/commit/5d0a85fad9cdec7fe1d1b36af4ba5cbe4ab365e7))
26+
* **docs:** use environment variables for authentication in code snippets ([8f20485](https://github.com/Modern-Treasury/modern-treasury-python/commit/8f2048549ee5826560e57480dac67ed5223e769e))
27+
* **package:** drop Python 3.8 support ([d0de5bf](https://github.com/Modern-Treasury/modern-treasury-python/commit/d0de5bf4b0c3431c10706dc8685c634e2fd43c42))
28+
* update lockfile ([79e9f93](https://github.com/Modern-Treasury/modern-treasury-python/commit/79e9f93f63203060f7c87e8de3bca037fb4ad38e))
29+
330
## 1.61.0 (2025-11-05)
431

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