Releases: Modern-Treasury/modern-treasury-python
Releases · Modern-Treasury/modern-treasury-python
v1.58.0
v1.57.0
1.57.0 (2025-09-05)
Full Changelog: v1.56.0...v1.57.0
Features
- api: api update (9e040c9)
- api: api update (ef22809)
- api: api update (7e7f6de)
- api: api update (730e09b)
- api: api update (4a838c7)
- improve future compat with pydantic v3 (5ec9b10)
- types: replace List[str] with SequenceNotStr in params (9302332)
Bug Fixes
- avoid newer type syntax (bc96a58)
Chores
- internal: add Sequence related utils (439d656)
- internal: change ci workflow machines (03e6fe0)
- internal: codegen related update (201d3a4)
- internal: minor formatting change (c451e34)
- internal: move mypy configurations to
pyproject.toml
file (648fe88) - internal: update pyright exclude list (e6bac95)
- tests: simplify
get_platform
test (674cf85) - update github action (2c15ab3)
v1.56.0
v1.55.0
v1.54.0
1.54.0 (2025-07-30)
Full Changelog: v1.53.0...v1.54.0
Features
- api: api update (e9e4c43)
- api: api update (5678a6f)
- api: api update (f754137)
- api: api update (740dc96)
- api: api update (065c089)
- client: support file upload requests (e1420a0)
Bug Fixes
- api: make Legal Entity change backwards compatibile (a2ade3b)
- client: remove circular imports (36aac99)
- client: unique model names (6dea3e9)
- parsing: ignore empty metadata (2c22eca)
- parsing: parse extra field types (335af00)
Chores
v1.53.0
1.53.0 (2025-07-15)
Full Changelog: v1.52.0...v1.53.0
Features
- api: api update (acbac23)
- api: api update (729e217)
- api: api update (26c4c10)
- api: api update (923a51e)
- api: manual updates (9d61c9f)
- api: manual updates (004c875)
- clean up environment call outs (9504dbf)
Bug Fixes
- client: don't send Content-Type header on GET requests (ea4932b)
- parsing: correctly handle nested discriminated unions (f163551)
Chores
v1.52.0
1.52.0 (2025-07-07)
Full Changelog: v1.51.0...v1.52.0
Features
- api: api update (924af1f)
- api: api update (5640a2c)
- api: api update (d8e0d07)
- api: api update (717c292)
- api: api update (7088eea)
- client: add support for aiohttp (9e596fe)
Bug Fixes
- ci: correct conditional (b126aed)
- ci: release-doctor — report correct token name (2a2ad42)
- client: correctly parse binary response | stream (f873d33)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (66c9bd8)
Chores
- ci: change upload type (53cbe9a)
- ci: enable for pull requests (abfde23)
- ci: only run for pushes and fork pull requests (29ae293)
- internal: codegen related update (4217e60)
- internal: update conftest.py (746a5b7)
- readme: update badges (e835456)
- tests: add tests for httpx client instantiation & proxies (1024799)
- tests: run tests in parallel (954c41e)
- tests: skip some failing tests on the latest python versions (3ec31d3)
Documentation
- client: fix httpx.Timeout documentation reference (a8250c6)
v1.51.0
v1.50.0
1.50.0 (2025-06-02)
Full Changelog: v1.49.0...v1.50.0
Features
- client: add follow_redirects request option (a81f92c)
Chores
- docs: remove reference to rye shell (42e94f0)