Skip to content

Commit bbff608

Browse files
release: 0.123.0
1 parent aefeac5 commit bbff608

4 files changed

Lines changed: 32 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.122.0"
2+
".": "0.123.0"
33
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 0.123.0 (2026-05-06)
4+
5+
Full Changelog: [v0.122.0...v0.123.0](https://github.com/lithic-com/lithic-python/compare/v0.122.0...v0.123.0)
6+
7+
### Features
8+
9+
* **api:** add AMEX to network enum in settlement reports ([a429a2e](https://github.com/lithic-com/lithic-python/commit/a429a2e6c8915f857d692f567951b03b392791ba))
10+
* **api:** add CARD_TRANSACTION_UPDATE event stream and action params to auth_rules v2 ([0f09b01](https://github.com/lithic-com/lithic-python/commit/0f09b0181efbb024fd9559995b166865e5eb1cc8))
11+
* **api:** add IS_NEW_MERCHANT to auth_rules conditional authorization conditions ([7bdb5aa](https://github.com/lithic-com/lithic-python/commit/7bdb5aa9c3370da6f1a2eafa268ae235c7b036a1))
12+
* support setting headers via env ([759b6e2](https://github.com/lithic-com/lithic-python/commit/759b6e2ea428bfea52d518cd9dadadac4d4bc393))
13+
14+
15+
### Bug Fixes
16+
17+
* **types:** make substatus/funding optional, add exemption_type enum value ([e424839](https://github.com/lithic-com/lithic-python/commit/e424839de5a127d48086c9dd1ed5ec7146cdfd6a))
18+
* use correct field name format for multipart file arrays ([66cbc65](https://github.com/lithic-com/lithic-python/commit/66cbc65975b11d4914b4f3c57b4b7b581cef04d7))
19+
20+
21+
### Chores
22+
23+
* **internal:** more robust bootstrap script ([0df0d6c](https://github.com/lithic-com/lithic-python/commit/0df0d6cf2e2691b4979e5727dd88781229b7e831))
24+
* **internal:** reformat pyproject.toml ([7d42546](https://github.com/lithic-com/lithic-python/commit/7d4254692e5456f270de6173ba45180b3adfcb66))
25+
26+
27+
### Documentation
28+
29+
* **api:** clarify exp_month/exp_year generation in cards create/renew methods ([8e94d66](https://github.com/lithic-com/lithic-python/commit/8e94d661759140b25e202afb48fd00ac63bf68d4))
30+
* **types:** improve settlement_detail field descriptions ([77ee726](https://github.com/lithic-com/lithic-python/commit/77ee72643eebfa74b7a97d8e4104e3fd5be21041))
31+
332
## 0.122.0 (2026-04-20)
433

534
Full Changelog: [v0.121.0...v0.122.0](https://github.com/lithic-com/lithic-python/compare/v0.121.0...v0.122.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lithic"
3-
version = "0.122.0"
3+
version = "0.123.0"
44
description = "The official Python library for the lithic API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/lithic/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "lithic"
4-
__version__ = "0.122.0" # x-release-please-version
4+
__version__ = "0.123.0" # x-release-please-version

0 commit comments

Comments
 (0)