Skip to content

Commit c15b9eb

Browse files
release: 1.78.2
1 parent 072aa1a commit c15b9eb

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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-
".": "1.78.1"
2+
".": "1.78.2"
33
}

CHANGELOG.md

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

3+
## 1.78.2 (2025-04-23)
4+
5+
Full Changelog: [v1.78.1...v1.78.2](https://github.com/julep-ai/python-sdk/compare/v1.78.1...v1.78.2)
6+
7+
### Bug Fixes
8+
9+
* **pydantic v1:** more robust ModelField.annotation check ([69040bf](https://github.com/julep-ai/python-sdk/commit/69040bfe38b3409d06e38a44557d04af51c37bd9))
10+
11+
12+
### Chores
13+
14+
* **ci:** add timeout thresholds for CI jobs ([9bcdda4](https://github.com/julep-ai/python-sdk/commit/9bcdda49093f6219a3f65f7e23094a1293db6da1))
15+
* **internal:** fix list file params ([88bbf8b](https://github.com/julep-ai/python-sdk/commit/88bbf8b7fc59e362775a9a068d5fb8109ded9636))
16+
* **internal:** import reformatting ([98e8e43](https://github.com/julep-ai/python-sdk/commit/98e8e433f3ae707a3177aa1c93d7805f91314a8a))
17+
* **internal:** refactor retries to not use recursion ([c495bc8](https://github.com/julep-ai/python-sdk/commit/c495bc89a6d232c4b175ae7cc6f8644fc7f6a086))
18+
* **internal:** update models test ([1a8d8ca](https://github.com/julep-ai/python-sdk/commit/1a8d8ca7259020cc2aacc2e8c74d0586f1aa5294))
19+
320
## 1.78.1 (2025-04-17)
421

522
Full Changelog: [v1.78.0...v1.78.1](https://github.com/julep-ai/python-sdk/compare/v1.78.0...v1.78.1)

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 = "1.78.1"
3+
version = "1.78.2"
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__ = "1.78.1" # x-release-please-version
4+
__version__ = "1.78.2" # x-release-please-version

0 commit comments

Comments
 (0)