Skip to content

Commit 68941f1

Browse files
authored
Merge pull request #1373 from confident-ai/release-v2.3.9
Release v2.3.9
2 parents 266a4a7 + c78135d commit 68941f1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors:
66
- family-names: Vongthongsri
77
given-names: Kritin
88
title: deepeval
9-
version: 2.3.8
10-
date-released: "2025-02-18"
9+
version: 2.3.9
10+
date-released: "2025-02-20"
1111
url: https://confident-ai.com
1212
repository-code: https://github.com/confident-ai/deepeval
1313
license: Apache-2.0

deepeval/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "2.3.8"
1+
__version__: str = "2.3.9"

deepeval/metrics/faithfulness/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def generate_truths(text, extraction_limit: Optional[int] = None):
4949
5050
Example JSON:
5151
{{
52-
"claims": [
52+
"truths": [
5353
"Einstein won the noble prize for his discovery of the photoelectric effect in 1968."
5454
"The photoelectric effect is a phenomenon that laid the foundation for quantum mechanics."
5555
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "deepeval"
3-
version = "2.3.8"
3+
version = "2.3.9"
44
description = "The LLM Evaluation Framework"
55
authors = ["Jeffrey Ip <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)