Skip to content

Releases: lithic-com/lithic-python

v0.52.0

23 Jul 17:35
Compare
Choose a tag to compare

0.52.0 (2024-07-23)

Full Changelog: v0.51.0...v0.52.0

⚠ BREAKING CHANGES

  • api: deprecate 'auth rule token' in 'card' and 'account holder' models (#504)

Features

  • api: deprecate 'auth rule token' in 'card' and 'account holder' models (#504) (9cf5402)

Chores

Documentation

v0.51.0

19 Jul 16:17
Compare
Choose a tag to compare

0.51.0 (2024-07-19)

Full Changelog: v0.50.0...v0.51.0

Features

  • api: add method to retrieve a transaction's enhanced commercial data (#500) (f0662e9)

Chores

  • ci: limit release doctor target branches (#499) (4fa41c9)
  • docs: document how to do per-request http client customization (#497) (bae139d)

v0.50.0

17 Jul 17:57
Compare
Choose a tag to compare

0.50.0 (2024-07-17)

Full Changelog: v0.49.0...v0.50.0

Features

Chores

  • docs: minor update to formatting of API link in README (#495) (4f1dd78)
  • internal: minor options / compat functions updates (#493) (05b1935)

v0.49.0

11 Jul 17:31
Compare
Choose a tag to compare

0.49.0 (2024-07-11)

Full Changelog: v0.48.6...v0.49.0

Features

  • api: param 'financial_account_token' for 'external_bank_accounts.create()' is now required (#491) (1b8968d)

v0.48.6

11 Jul 14:56
90c34d6
Compare
Choose a tag to compare

0.48.6 (2024-07-11)

Full Changelog: v0.48.5...v0.48.6

Chores

Documentation

v0.48.5

02 Jul 19:14
Compare
Choose a tag to compare

0.48.5 (2024-07-02)

Full Changelog: v0.48.4...v0.48.5

Bug Fixes

  • client: always respect content-type multipart/form-data if provided (#481) (cb58f98)

Chores

  • gitignore test server logs (#478) (333ec59)
  • internal: add helper method for constructing BaseModels (#480) (037c807)
  • internal: add reflection helper function (#476) (4d84125)
  • internal: add rich as a dev dependency (#479) (a7843c1)

v0.48.4

27 Jun 19:14
73d2454
Compare
Choose a tag to compare

0.48.4 (2024-06-27)

Full Changelog: v0.48.3...v0.48.4

Chores

v0.48.3

27 Jun 16:34
Compare
Choose a tag to compare

0.48.3 (2024-06-27)

Full Changelog: v0.48.2...v0.48.3

Bug Fixes

  • build: include more files in sdist builds (#472) (9f173fd)

v0.48.2

26 Jun 01:12
Compare
Choose a tag to compare

0.48.2 (2024-06-26)

Full Changelog: v0.48.1...v0.48.2

Bug Fixes

  • temporarily patch upstream version to fix broken release flow (#470) (ca18455)

v0.48.1

25 Jun 13:58
Compare
Choose a tag to compare

0.48.1 (2024-06-25)

Full Changelog: v0.48.0...v0.48.1

Bug Fixes

  • docs: fix link to advanced python httpx docs (#469) (f1683b5)

Chores