Skip to content

Commit a3f3894

Browse files
release: 0.125.0
1 parent 816df9c commit a3f3894

4 files changed

Lines changed: 26 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.124.0"
2+
".": "0.125.0"
33
}

CHANGELOG.md

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

3+
## 0.125.0 (2026-05-26)
4+
5+
Full Changelog: [v0.124.0...v0.125.0](https://github.com/lithic-com/lithic-python/compare/v0.124.0...v0.125.0)
6+
7+
### Features
8+
9+
* **api:** add card_authorization.challenge webhook event ([b765f10](https://github.com/lithic-com/lithic-python/commit/b765f10fde1ef33f2678fbd822aed1bb038682e7))
10+
* **api:** add INVALID_PAN to tokenization_decline_reason enum ([00844d9](https://github.com/lithic-com/lithic-python/commit/00844d942e7324d211726c78fed50de1cd032ec4))
11+
* **api:** add out-of-band challenge method, declined status to card authorization types ([d8076eb](https://github.com/lithic-com/lithic-python/commit/d8076ebdf083ac1107e72d959bc463d20c5352a0))
12+
* **api:** add pause method to external_bank_accounts ([1f022b2](https://github.com/lithic-com/lithic-python/commit/1f022b274d9b7f2f3cb148553a583873512c31d3))
13+
* **api:** Add schemas for authorization adjustment rules ([97f044c](https://github.com/lithic-com/lithic-python/commit/97f044ce048e6a9497445114e72c0ac996199aaf))
14+
15+
16+
### Bug Fixes
17+
18+
* **types:** change ConditionalValue from int to float in auth_rules ([40d3bf0](https://github.com/lithic-com/lithic-python/commit/40d3bf0fee4584c9da3329c38db4be5891cb83e6))
19+
* **types:** make fields optional, add enum values in balance/settlement_detail/financial_event ([13c231e](https://github.com/lithic-com/lithic-python/commit/13c231e2fdae1ec83048c0014a14bd57589009d0))
20+
21+
22+
### Documentation
23+
24+
* **api:** clarify ACCOUNT_AGE attribute behavior in auth_rules conditions ([9fa7ab5](https://github.com/lithic-com/lithic-python/commit/9fa7ab57a8d841dbfba48bf4c7dc322ef30db202))
25+
326
## 0.124.0 (2026-05-11)
427

528
Full Changelog: [v0.123.0...v0.124.0](https://github.com/lithic-com/lithic-python/compare/v0.123.0...v0.124.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.124.0"
3+
version = "0.125.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.124.0" # x-release-please-version
4+
__version__ = "0.125.0" # x-release-please-version

0 commit comments

Comments
 (0)