Skip to content

Commit d67cf3a

Browse files
release: 1.52.0
1 parent d8e0d07 commit d67cf3a

4 files changed

Lines changed: 35 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.51.0"
2+
".": "1.52.0"
33
}

CHANGELOG.md

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

3+
## 1.52.0 (2025-06-25)
4+
5+
Full Changelog: [v1.51.0...v1.52.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.51.0...v1.52.0)
6+
7+
### Features
8+
9+
* **api:** api update ([d8e0d07](https://github.com/Modern-Treasury/modern-treasury-python/commit/d8e0d0708635f0775a0c8252f3fec1dd87d6fbf9))
10+
* **api:** api update ([717c292](https://github.com/Modern-Treasury/modern-treasury-python/commit/717c29220236c627811dcc219cbe2b00190a863d))
11+
* **api:** api update ([7088eea](https://github.com/Modern-Treasury/modern-treasury-python/commit/7088eeaea3b8ea66a458050119336b3f3cbb0fa1))
12+
* **client:** add support for aiohttp ([9e596fe](https://github.com/Modern-Treasury/modern-treasury-python/commit/9e596fe4960796aa94738cac1efc84e0a5e47fef))
13+
14+
15+
### Bug Fixes
16+
17+
* **client:** correctly parse binary response | stream ([f873d33](https://github.com/Modern-Treasury/modern-treasury-python/commit/f873d3366e0bb78a8235513eb716041d6fcf09e3))
18+
* **tests:** fix: tests which call HTTP endpoints directly with the example parameters ([66c9bd8](https://github.com/Modern-Treasury/modern-treasury-python/commit/66c9bd8c7a5796c13d59e83854b63bd528b43ce3))
19+
20+
21+
### Chores
22+
23+
* **ci:** enable for pull requests ([abfde23](https://github.com/Modern-Treasury/modern-treasury-python/commit/abfde23b5dc8043bb639978f962b750d74f4e866))
24+
* **internal:** update conftest.py ([746a5b7](https://github.com/Modern-Treasury/modern-treasury-python/commit/746a5b7681f2292b3973b8c792f2efe74fe0395e))
25+
* **readme:** update badges ([e835456](https://github.com/Modern-Treasury/modern-treasury-python/commit/e835456327d17fc3d05e80897853a914a70218aa))
26+
* **tests:** add tests for httpx client instantiation & proxies ([1024799](https://github.com/Modern-Treasury/modern-treasury-python/commit/1024799f8a793d7651599efc7589768cbad4f820))
27+
* **tests:** run tests in parallel ([954c41e](https://github.com/Modern-Treasury/modern-treasury-python/commit/954c41e7da4999717fec5d602f32634ebb1022f2))
28+
* **tests:** skip some failing tests on the latest python versions ([3ec31d3](https://github.com/Modern-Treasury/modern-treasury-python/commit/3ec31d3ec4f45da2895933f251946870c00b6f0e))
29+
30+
31+
### Documentation
32+
33+
* **client:** fix httpx.Timeout documentation reference ([a8250c6](https://github.com/Modern-Treasury/modern-treasury-python/commit/a8250c697a08eba90e1e3746f68098c28ff959fa))
34+
335
## 1.51.0 (2025-06-06)
436

537
Full Changelog: [v1.50.0...v1.51.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.50.0...v1.51.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.51.0"
3+
version = "1.52.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.51.0" # x-release-please-version
4+
__version__ = "1.52.0" # x-release-please-version

0 commit comments

Comments
 (0)