Releases: Modern-Treasury/modern-treasury-python
Releases · Modern-Treasury/modern-treasury-python
v1.63.0
v1.62.0
1.62.0 (2026-01-13)
Full Changelog: v1.61.0...v1.62.0
Features
- api: api update (780b800)
- api: api update (b5bcf1e)
- api: api update (7f85ed8)
- api: api update (32cb2bf)
- api: api update (aa04fa3)
- api: api update (d4d8483)
- api: api update (8f6c8fe)
- api: manual updates (8d94e46)
- api: manual updates (9cec2a3)
- api: manual updates (af693a8)
- api: manual updates (c2fcc0c)
- api: manual updates (1c83eb7)
- api: manual updates (0bab6c2)
- api: manual updates (02605b4)
- client: add support for binary request streaming (8d41a57)
Bug Fixes
- compat with Python 3.14 (968ffe0)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (de86bb4) - ensure streams are always closed (b989de5)
- test: resolve failing Prism tests (8e5540b)
- test: skip prism tests with incorrect fixtures (ba9193e)
- types: allow pyright to infer TypedDict types within SequenceNotStr (7da05c5)
- use async_to_httpx_files in patch method (5ab915c)
Chores
- add missing docstrings (a286950)
- add Python 3.14 classifier and testing (22b5d02)
- add splat as owner of SDK PRs (81ed8ca)
- deps: mypy 1.18.1 has a regression, pin to 1.17 (5d0a85f)
- docs: use environment variables for authentication in code snippets (8f20485)
- internal: add
--fixargument to lint script (45a24d9) - internal: add missing files argument to base client (55b063e)
- internal: codegen related update (0c9d445)
- package: drop Python 3.8 support (d0de5bf)
- update lockfile (79e9f93)
Documentation
- prominently feature MCP server setup in root SDK readmes (4cc9fba)
v1.61.0
1.61.0 (2025-11-05)
Full Changelog: v1.60.1...v1.61.0
Features
Chores
- internal: grammar fix (it's -> its) (e887244)
v1.60.1
1.60.1 (2025-10-30)
Full Changelog: v1.60.0...v1.60.1
Bug Fixes
- client: close streams without requiring full consumption (4fcb96a)
Chores
- internal/tests: avoid race condition with implicit client cleanup (d47993e)
v1.60.0
v1.59.0
1.59.0 (2025-10-10)
Full Changelog: v1.58.0...v1.59.0
Features
- api: api update (19fc0ed)
- api: api update (965600a)
- api: api update (29d9efe)
- api: api update (42275ec)
- api: api update (b43827b)
- api: api update (abbecf7)
- api: api update (1670556)
- api: api update (cca87f9)
- api: api update (550849f)
- api: api update (5722463)
- api: api update (d609681)
- api: api update (3840a31)
Bug Fixes
- compat: compat with
pydantic<2.8.0when using additional fields (8f80109)
Chores
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.tomlfile (648fe88) - internal: update pyright exclude list (e6bac95)
- tests: simplify
get_platformtest (674cf85) - update github action (2c15ab3)