Releases: Modern-Treasury/modern-treasury-python
Releases · Modern-Treasury/modern-treasury-python
v1.44.1
v1.44.0
1.44.0 (2024-12-12)
Full Changelog: v1.43.1...v1.44.0
Chores
- internal: add support for TypeAliasType (#572) (5996dd2)
- internal: bump pydantic dependency (#567) (ce22c80)
- internal: bump pyright (#564) (9425115)
- internal: bump pyright (#571) (ceb5b53)
- make the
Omit
type public (#566) (e0efee5) - remove deprecated HTTP client options (#568) (5a50ac5)
Documentation
v1.43.1
1.43.1 (2024-11-28)
Full Changelog: v1.43.0...v1.43.1
Bug Fixes
- asyncify: avoid hanging process under certain conditions (#556) (d64a12f)
- client: compat with new httpx 0.28.0 release (#563) (f70ecc8)
Chores
- api: additional fields for requests to get BalanceReports and create LegalEntities (#557) (e6eb038)
- internal: exclude mypy from running on tests (#562) (308156f)
- internal: fix compat model_dump method when warnings are passed (#558) (148371f)
- remove now unused
cached-property
dep (#560) (913649b) - sync openapi spec (#561) (4753fa9)
- tests: limit array example length (#554) (2da7d34)
Documentation
v1.43.0
1.43.0 (2024-11-12)
Full Changelog: v1.42.0...v1.43.0
Features
Bug Fixes
- don't use dicts as iterables in transform (#547) (42b1816)
- don't use dicts as iterables in transform (#553) (c23d201)
- support json safe serialization for basemodel subclasses (#548) (4a1905a)
Chores
- internal: bump mypy (#546) (5bd9a84)
- internal: bump pytest to v8 & pydantic (#544) (2f4f9f3)
- internal: cleanup redundant cyclical import (#551) (212d322)
- tests: adjust retry timeout values (#550) (dc1258e)
Documentation
v1.42.0
v1.41.1
1.41.1 (2024-10-07)
Full Changelog: v1.41.0...v1.41.1
Bug Fixes
Chores
- add repr to PageInfo class (#537) (175fd3b)
- internal: add support for parsing bool response content (#535) (c20fe34)
Documentation
v1.41.0
1.41.0 (2024-09-25)
Full Changelog: v1.40.0...v1.41.0
Features
- api: add
usbank_payment_application_reference_id
toreference_number_type
(#522) (8544c6e) - client: allow overriding retry count header (#531) (b084527)
- client: send retry count header (#528) (5a85f89)
Bug Fixes
Chores
- api: fields and parameters added to bulk actions, transactions and invoice creation (#530) (5221bfa)
- internal: bump pyright / mypy version (#526) (7aa949b)
- internal: bump ruff (#525) (0816f05)
- internal: update pydantic v1 compat helpers (#529) (1f9d3ae)
Documentation
v1.40.0
1.40.0 (2024-09-09)
Full Changelog: v1.39.0...v1.40.0
Features
Chores
- add docstrings to raw response properties (#519) (d0f8b63)
- docs: update description of
bankgirot
tose_bankgirot
(#521) (8ce5255) - pyproject.toml formatting changes (#515) (7b4ca37)
- test: change test name (#517) (7ccc82b)
Documentation
v1.39.0
v1.38.0
1.38.0 (2024-08-13)
Full Changelog: v1.37.0...v1.38.0
Features
- api: add pagination params 'created at' and 'updated at' (#498) (049b023)
- api: updates (#509) (8bd91e1)
- client: add
retries_taken
to raw response class (#501) (d34ae60)
Chores
- ci: bump prism mock server version (#506) (336af40)
- ci: limit release doctor target branches (#493) (80695d6)
- docs: document how to do per-request http client customization (#492) (8f53e57)
- examples: minor formatting changes (#508) (9a61853)
- fix error message import example (#496) (1823f4f)
- internal: add type construction helper (#497) (7c83312)
- internal: bump pyright (#500) (3833a6f)
- internal: bump ruff version (#503) (7ed0f1a)
- internal: ensure package is importable in lint cmd (#507) (87614ea)
- internal: test updates (#502) (0be7d00)
- internal: update formatting (#490) (7fb8bcb)
- internal: update pydantic compat helper function (#504) (dfd567f)
- internal: updates (#505) (0335ce3)
- internal: use
TypeAlias
marker for type assignments (#499) (c4b61c9) - tests: update prism version (#495) (1855ddc)