Skip to content

Commit 842f990

Browse files
release: 2.22.0
1 parent 91faa31 commit 842f990

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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-
".": "2.21.0"
2+
".": "2.22.0"
33
}

CHANGELOG.md

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

3+
## 2.22.0 (2025-10-30)
4+
5+
Full Changelog: [v2.21.0...v2.22.0](https://github.com/julep-ai/python-sdk/compare/v2.21.0...v2.22.0)
6+
7+
### Features
8+
9+
* **api:** api update ([d0355a7](https://github.com/julep-ai/python-sdk/commit/d0355a73386db37937140c429a83b2cd15711494))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** close streams without requiring full consumption ([91faa31](https://github.com/julep-ai/python-sdk/commit/91faa31ddd1b0445a7e954449f14c2d3622d2d22))
15+
16+
17+
### Chores
18+
19+
* bump `httpx-aiohttp` version to 0.1.9 ([60467e7](https://github.com/julep-ai/python-sdk/commit/60467e785144c650f053e6eabf00f1e65fb99b3d))
20+
* **internal:** detect missing future annotations with ruff ([d93ed08](https://github.com/julep-ai/python-sdk/commit/d93ed0871a2ddecf4c4a919a0f8f9dbdbeb55f8f))
21+
322
## 2.21.0 (2025-10-03)
423

524
Full Changelog: [v2.20.0...v2.21.0](https://github.com/julep-ai/python-sdk/compare/v2.20.0...v2.21.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 = "julep"
3-
version = "2.21.0"
3+
version = "2.22.0"
44
description = "The official Python library for the julep API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/julep/_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__ = "julep"
4-
__version__ = "2.21.0" # x-release-please-version
4+
__version__ = "2.22.0" # x-release-please-version

0 commit comments

Comments
 (0)