Skip to content

Releases: lithic-com/lithic-python

v0.97.2

12 Jul 02:43

Choose a tag to compare

0.97.2 (2025-07-11)

Full Changelog: v0.97.1...v0.97.2

Bug Fixes

  • client: don't send Content-Type header on GET requests (765eca7)

Chores

  • readme: fix version rendering on pypi (94e7cc0)

v0.97.1

10 Jul 02:42

Choose a tag to compare

0.97.1 (2025-07-09)

Full Changelog: v0.97.0...v0.97.1

Bug Fixes

  • parsing: correctly handle nested discriminated unions (a64aca3)

Chores

  • internal: bump pinned h11 dep (e858da4)
  • internal: codegen related update (dcfbd58)
  • package: mark python 3.13 as supported (5899b78)

v0.97.0

04 Jul 02:42

Choose a tag to compare

0.97.0 (2025-07-03)

Full Changelog: v0.96.0...v0.97.0

Features

v0.96.0

02 Jul 21:09

Choose a tag to compare

0.96.0 (2025-07-02)

Full Changelog: v0.95.0...v0.96.0

Features

  • api: add models for merchant_lock_parameters and conditional_3ds_action_parameters (6dcfc0d)
  • api: api update (9387b8d)

Chores

v0.95.0

29 Jun 06:23

Choose a tag to compare

0.95.0 (2025-06-29)

Full Changelog: v0.94.0...v0.95.0

Features

  • api: introduce dedicated model for SpendLimitDuration (1e1fb23)
  • client: adds support for on-demand Auth Rule Performance Reports (81c2860)

Bug Fixes

  • ci: correct conditional (9422f2e)
  • ci: release-doctor — report correct token name (59781eb)

Chores

  • ci: only run for pushes and fork pull requests (954c7f0)
  • internal: manual updates (0c5bbdb)

v0.94.0

24 Jun 22:14

Choose a tag to compare

0.94.0 (2025-06-23)

Full Changelog: v0.93.0...v0.94.0

Features

  • api: add CLOSED account state option and UNVERIFIED verification method (b9b15ca)
  • client: add follow_redirects request option (35e3181)
  • client: add support for aiohttp (b675627)
  • client: adds endpoint to register an account number on a Financial Account (9fec4b1)
  • client: adds support for 3DS to Auth Rules (843f8ef)

Bug Fixes

  • client: correctly parse binary response | stream (1c23f45)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (6fbce26)

Chores

  • api: mark some methods as deprecated (7cd8d1b)
  • ci: enable for pull requests (96f3f23)
  • docs: grammar improvements (c8610fe)
  • docs: remove reference to rye shell (3375bf9)
  • internal: update conftest.py (3607c50)
  • readme: update badges (5a08ed9)
  • tests: add tests for httpx client instantiation & proxies (5b5cda3)
  • tests: run tests in parallel (62bce48)
  • tests: skip some failing tests on the latest python versions (45e57bc)

Documentation

  • client: fix httpx.Timeout documentation reference (6df47f4)

v0.93.0

15 May 17:07

Choose a tag to compare

0.93.0 (2025-05-15)

Full Changelog: v0.92.0...v0.93.0

Features

  • api: new Funding Events and Card Web Provision API's (324431e)

Chores

  • ci: fix installation instructions (bd69296)
  • ci: upload sdks to package manager (0882964)

v0.92.0

12 May 15:36

Choose a tag to compare

0.92.0 (2025-05-12)

Full Changelog: v0.91.2...v0.92.0

Features

v0.91.2

09 May 14:28

Choose a tag to compare

0.91.2 (2025-05-09)

Full Changelog: v0.91.1...v0.91.2

Bug Fixes

  • package: support direct resource imports (bca9fdd)

Chores

  • internal: avoid errors for isinstance checks on proxies (76f685a)

Documentation

  • remove or fix invalid readme examples (9402b87)

v0.91.1

05 May 21:21

Choose a tag to compare

0.91.1 (2025-05-05)

Full Changelog: v0.91.0...v0.91.1

Bug Fixes

  • internals: fix servers entry for /v2/auth_rules.get (bb2cd8d)

Chores

  • use lazy imports for resources (d6d6bf1)