Releases: lithic-com/lithic-python
Releases · lithic-com/lithic-python
v0.27.1
Compare
Sorry, something went wrong.
No results found
0.27.1 (2023-12-08)
Full Changelog: v0.27.0...v0.27.1
Bug Fixes
Chores
v0.27.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Documentation
v0.25.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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