Skip to content

Releases: lithic-com/lithic-python

v0.27.1

Choose a tag to compare

@stainless-bot stainless-bot released this 08 Dec 10:08

0.27.1 (2023-12-08)

Full Changelog: v0.27.0...v0.27.1

Bug Fixes

  • errors: properly assign APIError.body (#292) (b331f3a)

Chores

v0.27.0

Choose a tag to compare

@stainless-bot stainless-bot released this 05 Dec 15:54

0.27.0 (2023-12-05)

Full Changelog: v0.26.2...v0.27.0

Features

  • api: remove CLOSED account enum and update docstrings (#284) (6441b1e)

Chores

v0.26.2

Choose a tag to compare

@stainless-bot stainless-bot released this 01 Dec 17:56

0.26.2 (2023-12-01)

Full Changelog: v0.26.1...v0.26.2

Bug Fixes

  • client: correct base_url setter implementation (#280) (1b9427c)

Chores

  • internal: minor internal restructuring (#277) (c897da5)
  • internal: remove unused type var (#279) (fcdcf4b)
  • internal: replace string concatenation with f-strings (#278) (b6d02a1)

Documentation

v0.26.1

Choose a tag to compare

@stainless-bot stainless-bot released this 30 Nov 00:03

0.26.1 (2023-11-30)

Full Changelog: v0.26.0...v0.26.1

Bug Fixes

  • client: ensure retried requests are closed (#274) (2275961)

Chores

v0.26.0

Choose a tag to compare

@stainless-bot stainless-bot released this 28 Nov 19:36

0.26.0 (2023-11-28)

Full Changelog: v0.25.1...v0.26.0

Features

  • api: add get spend_limits endpoints to cards and accounts (#269) (d5601a3)

Chores

v0.25.1

Choose a tag to compare

@stainless-bot stainless-bot released this 21 Nov 00:24

0.25.1 (2023-11-21)

Full Changelog: v0.25.0...v0.25.1

Bug Fixes

  • client: attempt to parse unknown json content types (#261) (e8650d3)

Chores

  • internal: update stats file (#259) (f312176)
  • internal: update type hint for helper function (#260) (ee16cd4)

Documentation

v0.25.0

Choose a tag to compare

@stainless-bot stainless-bot released this 16 Nov 16:28

0.25.0 (2023-11-16)

Full Changelog: v0.24.3...v0.25.0

Features

Chores

  • internal: fix devcontainer interpeter path (#253) (17d39da)
  • internal: fix typo in NotGiven docstring (#251) (be151c6)

Documentation

v0.24.3

Choose a tag to compare

@stainless-bot stainless-bot released this 13 Nov 18:12

0.24.3 (2023-11-13)

Full Changelog: v0.24.2...v0.24.3

Bug Fixes

  • client: retry if SSLWantReadError occurs in the async client (#249) (1267620)

v0.24.2

Choose a tag to compare

@stainless-bot stainless-bot released this 10 Nov 16:08

0.24.2 (2023-11-10)

Full Changelog: v0.24.1...v0.24.2

Bug Fixes

  • client: serialise pydantic v1 default fields correctly in params (#247) (ed6f61a)

v0.24.1

Choose a tag to compare

@stainless-bot stainless-bot released this 10 Nov 12:51

0.24.1 (2023-11-10)

Full Changelog: v0.24.0...v0.24.1

Bug Fixes

  • models: mark unknown fields as set in pydantic v1 (#246) (a495004)

Chores

Documentation