Skip to content

Commit f319dc7

Browse files
release: 2.22.0
1 parent d2277f0 commit f319dc7

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 2.22.0 (2025-11-12)
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+
* compat with Python 3.14 ([c684ccc](https://github.com/julep-ai/python-sdk/commit/c684ccc32f6e2c1526f0334a7e08a57bb101ab1e))
16+
* **compat:** update signatures of `model_dump` and `model_dump_json` for Pydantic v1 ([d2277f0](https://github.com/julep-ai/python-sdk/commit/d2277f0120acfd83e42dbbe1c40e5912b4eaa3dc))
17+
18+
19+
### Chores
20+
21+
* bump `httpx-aiohttp` version to 0.1.9 ([60467e7](https://github.com/julep-ai/python-sdk/commit/60467e785144c650f053e6eabf00f1e65fb99b3d))
22+
* **internal/tests:** avoid race condition with implicit client cleanup ([9853fd4](https://github.com/julep-ai/python-sdk/commit/9853fd412fa475fd7ac8abc352bac5765c693b08))
23+
* **internal:** detect missing future annotations with ruff ([d93ed08](https://github.com/julep-ai/python-sdk/commit/d93ed0871a2ddecf4c4a919a0f8f9dbdbeb55f8f))
24+
* **internal:** grammar fix (it's -> its) ([1681b0d](https://github.com/julep-ai/python-sdk/commit/1681b0dc12c108fac6ea0f787ddfae87aa33d35c))
25+
* **package:** drop Python 3.8 support ([240c2fa](https://github.com/julep-ai/python-sdk/commit/240c2fa49c195e65016f5181834b55b9543bc353))
26+
327
## 2.21.0 (2025-10-03)
428

529
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)