Skip to content

Commit 7b841df

Browse files
release: 2.17.1
1 parent f3f7e2a commit 7b841df

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-
".": "2.17.0"
2+
".": "2.17.1"
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+
## 2.17.1 (2025-07-10)
4+
5+
Full Changelog: [v2.17.0...v2.17.1](https://github.com/julep-ai/python-sdk/compare/v2.17.0...v2.17.1)
6+
7+
### Bug Fixes
8+
9+
* **parsing:** correctly handle nested discriminated unions ([e7c1295](https://github.com/julep-ai/python-sdk/commit/e7c12950c714056a85731981ebccdc1390343751))
10+
11+
12+
### Chores
13+
14+
* **internal:** bump pinned h11 dep ([79b0def](https://github.com/julep-ai/python-sdk/commit/79b0deff7e3520f64f2b935ad1b1dc3786ec9886))
15+
* **internal:** codegen related update ([6d132ba](https://github.com/julep-ai/python-sdk/commit/6d132ba105f0b4cd710f90b8f1ecc0f4767b2e93))
16+
* **package:** mark python 3.13 as supported ([e8af0c1](https://github.com/julep-ai/python-sdk/commit/e8af0c1a096f824209288b85dd2992fe2bd14a68))
17+
318
## 2.17.0 (2025-07-04)
419

520
Full Changelog: [v2.16.0...v2.17.0](https://github.com/julep-ai/python-sdk/compare/v2.16.0...v2.17.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.17.0"
3+
version = "2.17.1"
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.17.0" # x-release-please-version
4+
__version__ = "2.17.1" # x-release-please-version

0 commit comments

Comments
 (0)