Skip to content

Commit 128b2f6

Browse files
release: 0.91.2
1 parent 6424d00 commit 128b2f6

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.91.1"
2+
".": "0.91.2"
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.91.2 (2025-05-09)
4+
5+
Full Changelog: [v0.91.1...v0.91.2](https://github.com/lithic-com/lithic-python/compare/v0.91.1...v0.91.2)
6+
7+
### Bug Fixes
8+
9+
* **package:** support direct resource imports ([bca9fdd](https://github.com/lithic-com/lithic-python/commit/bca9fdd588d1c683a21e4d9da78e8816637f61b9))
10+
11+
12+
### Chores
13+
14+
* **internal:** avoid errors for isinstance checks on proxies ([76f685a](https://github.com/lithic-com/lithic-python/commit/76f685a24c7ca01c003d9b32be71eadf397a1bd0))
15+
16+
17+
### Documentation
18+
19+
* remove or fix invalid readme examples ([9402b87](https://github.com/lithic-com/lithic-python/commit/9402b87c62b52b79c1d4d18460e78736f4e8598d))
20+
321
## 0.91.1 (2025-05-05)
422

523
Full Changelog: [v0.91.0...v0.91.1](https://github.com/lithic-com/lithic-python/compare/v0.91.0...v0.91.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.91.1"
3+
version = "0.91.2"
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.91.1" # x-release-please-version
4+
__version__ = "0.91.2" # x-release-please-version

0 commit comments

Comments
 (0)