Skip to content

Commit 11ed7ee

Browse files
release: 0.90.3
1 parent 1c5d89f commit 11ed7ee

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.90.2"
2+
".": "0.90.3"
33
}

CHANGELOG.md

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

3+
## 0.90.3 (2025-04-22)
4+
5+
Full Changelog: [v0.90.2...v0.90.3](https://github.com/lithic-com/lithic-python/compare/v0.90.2...v0.90.3)
6+
7+
### Bug Fixes
8+
9+
* **pydantic v1:** more robust ModelField.annotation check ([51c8dc0](https://github.com/lithic-com/lithic-python/commit/51c8dc0757b022b0a02640f306b62ce1b7e0660c))
10+
11+
12+
### Chores
13+
14+
* **internal:** fix list file params ([5290c3d](https://github.com/lithic-com/lithic-python/commit/5290c3dc1d6a0c4060fd446aea9bed0f95d24882))
15+
* **internal:** import reformatting ([e098e06](https://github.com/lithic-com/lithic-python/commit/e098e0665ad97c68b486b3b80ddce23dc18aa664))
16+
* **internal:** refactor retries to not use recursion ([f38895a](https://github.com/lithic-com/lithic-python/commit/f38895a05dcc1ed6f862f8b60084c73c473f6c8c))
17+
318
## 0.90.2 (2025-04-11)
419

520
Full Changelog: [v0.90.1...v0.90.2](https://github.com/lithic-com/lithic-python/compare/v0.90.1...v0.90.2)

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

0 commit comments

Comments
 (0)