Releases: Modern-Treasury/modern-treasury-python
Releases · Modern-Treasury/modern-treasury-python
Release list
v1.67.0
v1.66.0
1.66.0 (2026-03-05)
Full Changelog: v1.65.0...v1.66.0
Features
- api: api update (64baf22)
- api: api update (139dbc9)
- api: api update (50600ee)
- api: api update (00ab1cb)
Chores
- api: remove an obsolete reviewer (6d1a706)
- test: do not count install time for mock server timeout (be70797)
Refactors
- types: use
extra_itemsfrom PEP 728 (2d1cba7)
v1.65.0
1.65.0 (2026-02-24)
Full Changelog: v1.64.0...v1.65.0
Features
- api: api update (d1f7db3)
- api: api update (dfd6e37)
- api: api update (ee95775)
- api: api update (e13675f)
Chores
v1.64.0
1.64.0 (2026-02-19)
Full Changelog: v1.63.0...v1.64.0
Features
- api: api update (6e355a8)
- api: api update (ab0c565)
- api: api update (1894bde)
- api: api update (a36277e)
- api: api update (c92a9ce)
- api: api update (80ff1b5)
- api: api update (a8c7d8d)
- api: api update (59421e9)
- client: add custom JSON encoder for extended type support (8e9e7dd)
Bug Fixes
- docs: fix mcp installation instructions for remote servers (81262fe)
Chores
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
1.60.0 (2025-10-22)
Full Changelog: v1.59.0...v1.60.0
Features
Chores
- bump
httpx-aiohttpversion to 0.1.9 (2cf46a3)
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)