Skip to content

Commit a44ccfe

Browse files
release: 2.19.1
1 parent ffa11bd commit a44ccfe

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.19.0"
2+
".": "2.19.1"
33
}

CHANGELOG.md

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

3+
## 2.19.1 (2025-07-22)
4+
5+
Full Changelog: [v2.19.0...v2.19.1](https://github.com/julep-ai/python-sdk/compare/v2.19.0...v2.19.1)
6+
7+
### Bug Fixes
8+
9+
* **parsing:** ignore empty metadata ([2cb68e9](https://github.com/julep-ai/python-sdk/commit/2cb68e93fad737f7b8b0580daf7ea17d89a45809))
10+
11+
12+
### Chores
13+
14+
* **types:** rebuild Pydantic models after all types are defined ([606b112](https://github.com/julep-ai/python-sdk/commit/606b112bca335f589c094ed6e28123c9c18fe4fd))
15+
316
## 2.19.0 (2025-07-15)
417

518
Full Changelog: [v2.18.0...v2.19.0](https://github.com/julep-ai/python-sdk/compare/v2.18.0...v2.19.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.19.0"
3+
version = "2.19.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.19.0" # x-release-please-version
4+
__version__ = "2.19.1" # x-release-please-version

0 commit comments

Comments
 (0)