Skip to content

Releases: lithic-com/lithic-python

v0.96.0

Choose a tag to compare

@stainless-app stainless-app released this 02 Jul 21:09

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

Choose a tag to compare

@stainless-app stainless-app released this 29 Jun 06:23

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

Choose a tag to compare

@stainless-app stainless-app released this 24 Jun 22:14

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

Choose a tag to compare

@stainless-app stainless-app released this 15 May 17:07

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

Choose a tag to compare

@stainless-app stainless-app released this 12 May 15:36

0.92.0 (2025-05-12)

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

Features

v0.91.2

Choose a tag to compare

@stainless-app stainless-app released this 09 May 14:28

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

Choose a tag to compare

@stainless-app stainless-app released this 05 May 21:21

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)

v0.91.0

Choose a tag to compare

@stainless-app stainless-app released this 22 Apr 20:16

0.91.0 (2025-04-21)

Full Changelog: v0.90.2...v0.91.0

Features

  • api: updates to Card definition for PCI clarity (cf04a7b)

Bug Fixes

  • internal: refresh schemas (7845ef9)
  • internals: fix Card schema definition (212275f)

Chores

  • client: minor internal fixes (67e2aa9)
  • internal: base client updates (35f0565)
  • internal: bump pyright version (acd0809)
  • internal: update models test (9236f41)
  • internal: update pyright settings (04ac3ad)

v0.90.3

Choose a tag to compare

@stainless-app stainless-app released this 22 Apr 23:29

0.90.3 (2025-04-22)

Full Changelog: v0.90.2...v0.90.3

Bug Fixes

  • pydantic v1: more robust ModelField.annotation check (51c8dc0)

Chores

  • internal: fix list file params (5290c3d)
  • internal: import reformatting (e098e06)
  • internal: refactor retries to not use recursion (f38895a)

v0.90.2

Choose a tag to compare

@stainless-app stainless-app released this 11 Apr 13:35

0.90.2 (2025-04-11)

Full Changelog: v0.90.1...v0.90.2

Bug Fixes

  • perf: optimize some hot paths (38a0b73)