Skip to content

Commit 9c90868

Browse files
release: 0.104.0
1 parent be186c8 commit 9c90868

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.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.103.1"
2+
".": "0.104.0"
33
}

CHANGELOG.md

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

3+
## 0.104.0 (2025-09-04)
4+
5+
Full Changelog: [v0.103.1...v0.104.0](https://github.com/lithic-com/lithic-python/compare/v0.103.1...v0.104.0)
6+
7+
### Features
8+
9+
* **api:** adds support for delegated KYB onboarding and more device details in 3DS Authentications ([0a5a2ba](https://github.com/lithic-com/lithic-python/commit/0a5a2badb3cba976896e2d34cab0c7b70a73139c))
10+
* improve future compat with pydantic v3 ([d589749](https://github.com/lithic-com/lithic-python/commit/d5897496aa90a50d98ac3306ca88b301a891e063))
11+
* **types:** replace List[str] with SequenceNotStr in params ([fa51159](https://github.com/lithic-com/lithic-python/commit/fa51159008addf6e0981eba26f71724a1e2aa8ae))
12+
13+
14+
### Chores
15+
16+
* **internal:** add Sequence related utils ([b448cd0](https://github.com/lithic-com/lithic-python/commit/b448cd0d12bd7223622949cd5cf39ff01e9505fd))
17+
* **internal:** fix mypy ([#1575](https://github.com/lithic-com/lithic-python/issues/1575)) ([be186c8](https://github.com/lithic-com/lithic-python/commit/be186c8c990290873eeb1f7272278082ce391e05))
18+
* **internal:** minor formatting change ([0fd12bf](https://github.com/lithic-com/lithic-python/commit/0fd12bf85297db62f7d292d617226ef654583513))
19+
* **internal:** update pyright exclude list ([cdbdc72](https://github.com/lithic-com/lithic-python/commit/cdbdc724ffe1bf7bed3ad78f1c11241308c54a69))
20+
321
## 0.103.1 (2025-08-26)
422

523
Full Changelog: [v0.103.0...v0.103.1](https://github.com/lithic-com/lithic-python/compare/v0.103.0...v0.103.1)

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.103.1"
3+
version = "0.104.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.103.1" # x-release-please-version
4+
__version__ = "0.104.0" # x-release-please-version

0 commit comments

Comments
 (0)