Skip to content

Releases: Modern-Treasury/modern-treasury-python

v1.67.0

Choose a tag to compare

@stainless-app stainless-app released this 09 Mar 23:57

1.67.0 (2026-03-07)

Full Changelog: v1.66.0...v1.67.0

Features

Chores

  • ci: skip uploading artifacts on stainless-internal branches (ae490dd)
  • update placeholder string (2d119c7)

v1.66.0

Choose a tag to compare

@stainless-app stainless-app released this 06 Mar 00:16

1.66.0 (2026-03-05)

Full Changelog: v1.65.0...v1.66.0

Features

Chores

  • api: remove an obsolete reviewer (6d1a706)
  • test: do not count install time for mock server timeout (be70797)

Refactors

  • types: use extra_items from PEP 728 (2d1cba7)

v1.65.0

Choose a tag to compare

@stainless-app stainless-app released this 25 Feb 18:24

1.65.0 (2026-02-24)

Full Changelog: v1.64.0...v1.65.0

Features

Chores

  • internal: add request options to SSE classes (e59817c)
  • internal: make test_proxy_environment_variables more resilient (638faad)
  • internal: make test_proxy_environment_variables more resilient to env (7d4bc24)

v1.64.0

Choose a tag to compare

@stainless-app stainless-app released this 19 Feb 22:40

1.64.0 (2026-02-19)

Full Changelog: v1.63.0...v1.64.0

Features

Bug Fixes

  • docs: fix mcp installation instructions for remote servers (81262fe)

Chores

  • ci: upgrade actions/github-script (b019b1f)
  • format all api.md files (586eba0)
  • internal: bump dependencies (f21a8b1)
  • internal: codegen related update (4471585)
  • internal: fix lint error on Python 3.14 (f2a9d02)
  • internal: update actions/checkout version (7e8aa74)
  • update mock server docs (8f1faaa)

v1.63.0

Choose a tag to compare

@stainless-app stainless-app released this 14 Jan 19:02

1.63.0 (2026-01-13)

Full Changelog: v1.62.0...v1.63.0

Features

v1.62.0

Choose a tag to compare

@stainless-app stainless-app released this 13 Jan 18:36

1.62.0 (2026-01-13)

Full Changelog: v1.61.0...v1.62.0

Features

Bug Fixes

  • compat with Python 3.14 (968ffe0)
  • compat: update signatures of model_dump and model_dump_json for 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 --fix argument 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

Choose a tag to compare

@stainless-app stainless-app released this 05 Nov 19:08

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

Choose a tag to compare

@stainless-app stainless-app released this 30 Oct 20:36

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

Choose a tag to compare

@stainless-app stainless-app released this 23 Oct 02:08

1.60.0 (2025-10-22)

Full Changelog: v1.59.0...v1.60.0

Features

Chores

  • bump httpx-aiohttp version to 0.1.9 (2cf46a3)

v1.59.0

Choose a tag to compare

@stainless-app stainless-app released this 10 Oct 17:15

1.59.0 (2025-10-10)

Full Changelog: v1.58.0...v1.59.0

Features

Bug Fixes

  • compat: compat with pydantic<2.8.0 when using additional fields (8f80109)

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (7b32257)
  • internal: detect missing future annotations with ruff (30be13a)
  • internal: update pydantic dependency (cda3208)
  • types: change optional parameter type from NotGiven to Omit (aaab183)