We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb96184 commit 8512e72Copy full SHA for 8512e72
3 files changed
CITATION.cff
@@ -6,7 +6,7 @@ authors:
6
- family-names: Vongthongsri
7
given-names: Kritin
8
title: deepeval
9
-version: 3.5.2
+version: 3.5.3
10
date-released: "2025-08-25"
11
url: https://confident-ai.com
12
repository-code: https://github.com/confident-ai/deepeval
deepeval/_version.py
@@ -1 +1 @@
1
-__version__: str = "3.5.2"
+__version__: str = "3.5.3"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "deepeval"
3
-version = "3.5.2"
+version = "3.5.3"
4
description = "The LLM Evaluation Framework"
5
authors = ["Jeffrey Ip <jeffreyip@confident-ai.com>"]
license = "Apache-2.0"
0 commit comments