Skip to content

Commit e75dd23

Browse files
release: 0.86.0
1 parent 9c0b17d commit e75dd23

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-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.85.0"
2+
".": "0.86.0"
33
}

CHANGELOG.md

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

3+
## 0.86.0 (2025-03-11)
4+
5+
Full Changelog: [v0.85.0...v0.86.0](https://github.com/lithic-com/lithic-python/compare/v0.85.0...v0.86.0)
6+
7+
### Features
8+
9+
* **api:** new Settlement API endpoints and changes to update Account Holder endpoint ([#705](https://github.com/lithic-com/lithic-python/issues/705)) ([adccabb](https://github.com/lithic-com/lithic-python/commit/adccabbec1e63fe8bf74c18bdccc21c3f16ea142))
10+
* **client:** allow passing `NotGiven` for body ([#697](https://github.com/lithic-com/lithic-python/issues/697)) ([0291f1f](https://github.com/lithic-com/lithic-python/commit/0291f1fa45b0813e995f042d4483c75324f03de0))
11+
12+
13+
### Bug Fixes
14+
15+
* **client:** mark some request bodies as optional ([0291f1f](https://github.com/lithic-com/lithic-python/commit/0291f1fa45b0813e995f042d4483c75324f03de0))
16+
* **internal:** skip failing transaction example ([df1bd93](https://github.com/lithic-com/lithic-python/commit/df1bd93a57fe01df54dc51476238523bf0c1ec54))
17+
18+
19+
### Chores
20+
21+
* **api:** adds new `Internal` Category for FinancialTransactions ([#701](https://github.com/lithic-com/lithic-python/issues/701)) ([17c0aa5](https://github.com/lithic-com/lithic-python/commit/17c0aa5eccc116d6d24ff10b6b3500b632a3c000))
22+
* **docs:** update client docstring ([#703](https://github.com/lithic-com/lithic-python/issues/703)) ([a00fdff](https://github.com/lithic-com/lithic-python/commit/a00fdff57f4a593cb27ac988c08a18b7586ba690))
23+
* **internal:** fix devcontainers setup ([#699](https://github.com/lithic-com/lithic-python/issues/699)) ([2a59b0b](https://github.com/lithic-com/lithic-python/commit/2a59b0be559f29d3da58658bd690a7f9d3a91d49))
24+
* **internal:** properly set __pydantic_private__ ([#700](https://github.com/lithic-com/lithic-python/issues/700)) ([e7db283](https://github.com/lithic-com/lithic-python/commit/e7db283b63cc1158150e7067545de655a9236690))
25+
26+
27+
### Documentation
28+
29+
* update URLs from stainlessapi.com to stainless.com ([#702](https://github.com/lithic-com/lithic-python/issues/702)) ([84efefd](https://github.com/lithic-com/lithic-python/commit/84efefd92f231fec34d96845dcaf9a9ae2c4bd53))
30+
31+
32+
### Refactors
33+
34+
* **client:** remove deprecated http client options ([#704](https://github.com/lithic-com/lithic-python/issues/704)) ([c745a2b](https://github.com/lithic-com/lithic-python/commit/c745a2b593ec7487810f0c5e4522e55e49602f4a))
35+
336
## 0.85.0 (2025-02-13)
437

538
Full Changelog: [v0.84.0...v0.85.0](https://github.com/lithic-com/lithic-python/compare/v0.84.0...v0.85.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.85.0"
3+
version = "0.86.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.85.0" # x-release-please-version
4+
__version__ = "0.86.0" # x-release-please-version

0 commit comments

Comments
 (0)