Skip to content

Releases: Modern-Treasury/modern-treasury-python

v1.58.0

11 Sep 23:04
Compare
Choose a tag to compare

1.58.0 (2025-09-11)

Full Changelog: v1.57.0...v1.58.0

Features

v1.57.0

06 Sep 03:27
Compare
Choose a tag to compare

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

12 Aug 21:45
Compare
Choose a tag to compare

1.56.0 (2025-08-12)

Full Changelog: v1.55.0...v1.56.0

Features

Bug Fixes

  • remove incorrect all entries (8cebfc3)

v1.55.0

11 Aug 21:09
Compare
Choose a tag to compare

1.55.0 (2025-08-08)

Full Changelog: v1.54.0...v1.55.0

Features

Chores

  • internal: fix ruff target version (310a51c)
  • internal: update comment in script (ab59df3)
  • update @stainless-api/prism-cli to v5.15.0 (9201079)

v1.54.0

02 Aug 03:11
Compare
Choose a tag to compare

1.54.0 (2025-07-30)

Full Changelog: v1.53.0...v1.54.0

Features

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

  • project: add settings file for vscode (56da9c3)
  • types: rebuild Pydantic models after all types are defined (4df7193)

v1.53.0

15 Jul 21:41
Compare
Choose a tag to compare

1.53.0 (2025-07-15)

Full Changelog: v1.52.0...v1.53.0

Features

Bug Fixes

  • client: don't send Content-Type header on GET requests (ea4932b)
  • parsing: correctly handle nested discriminated unions (f163551)

Chores

  • internal: bump pinned h11 dep (0f8c519)
  • package: mark python 3.13 as supported (b669a78)
  • readme: fix version rendering on pypi (649e91e)

v1.52.0

07 Jul 20:30
Compare
Choose a tag to compare

1.52.0 (2025-07-07)

Full Changelog: v1.51.0...v1.52.0

Features

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

10 Jun 01:15
Compare
Choose a tag to compare

1.51.0 (2025-06-06)

Full Changelog: v1.50.0...v1.51.0

Features

v1.50.0

06 Jun 17:51
Compare
Choose a tag to compare

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)

v1.49.0

23 May 17:58
Compare
Choose a tag to compare

1.49.0 (2025-05-23)

Full Changelog: v1.48.0...v1.49.0

Features

Chores

  • ci: fix installation instructions (540922e)
  • ci: upload sdks to package manager (8469c61)
  • docs: grammar improvements (502d2fe)