Skip to content

Commit 0db78e3

Browse files
release: 1.74.0
1 parent 8b64e6c commit 0db78e3

4 files changed

Lines changed: 20 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.73.0"
2+
".": "1.74.0"
33
}

CHANGELOG.md

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

3+
## 1.74.0 (2026-04-04)
4+
5+
Full Changelog: [v1.73.0...v1.74.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.73.0...v1.74.0)
6+
7+
### Features
8+
9+
* **api:** add third_party_verification model ([d550ec0](https://github.com/Modern-Treasury/modern-treasury-python/commit/d550ec0304496440d0e99f2813dd4e12ae26006e))
10+
* **api:** api update ([cccedeb](https://github.com/Modern-Treasury/modern-treasury-python/commit/cccedeb349111bc60513659c341c7297510e4f30))
11+
* **api:** api update ([3183f0b](https://github.com/Modern-Treasury/modern-treasury-python/commit/3183f0bc3eef3621e5b55a4c07a13edaedb68423))
12+
* **api:** api update ([48529b2](https://github.com/Modern-Treasury/modern-treasury-python/commit/48529b2f9a8e0512d8310fbd498a985cd71cf6e5))
13+
* **api:** api update ([101933e](https://github.com/Modern-Treasury/modern-treasury-python/commit/101933ea1ad62fdc1e2de1d8250c9a926d6073eb))
14+
* **api:** api update ([d9d33c8](https://github.com/Modern-Treasury/modern-treasury-python/commit/d9d33c85689a0334a563ec0b83696e9e3e12d7b8))
15+
* **api:** api update ([b7378c2](https://github.com/Modern-Treasury/modern-treasury-python/commit/b7378c2b88df0ef554dc4c63a135e70008316c4c))
16+
* **api:** api update ([5661987](https://github.com/Modern-Treasury/modern-treasury-python/commit/566198775306697dc2e2d205698bbef151e6ed89))
17+
* **api:** api update ([4b2a659](https://github.com/Modern-Treasury/modern-treasury-python/commit/4b2a659bd5d4ee61d280a46aa30523acf2f8e915))
18+
* **internal:** implement indices array format for query and form serialization ([7c06edd](https://github.com/Modern-Treasury/modern-treasury-python/commit/7c06edde944cac0e47a10ea725a900d09041945b))
19+
320
## 1.73.0 (2026-03-25)
421

522
Full Changelog: [v1.72.0...v1.73.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.72.0...v1.73.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.73.0"
3+
version = "1.74.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.73.0" # x-release-please-version
4+
__version__ = "1.74.0" # x-release-please-version

0 commit comments

Comments
 (0)