File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
- family-names : Vongthongsri
7
7
given-names : Kritin
8
8
title : deepeval
9
- version : 2.6.4
9
+ version : 2.6.5
10
10
date-released : " 2025-03-17"
11
11
url : https://confident-ai.com
12
12
repository-code : https://github.com/confident-ai/deepeval
Original file line number Diff line number Diff line change 1
- __version__ : str = "2.6.4 "
1
+ __version__ : str = "2.6.5 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " deepeval"
3
- version = " 2.6.4 "
3
+ version = " 2.6.5 "
4
4
description = " The LLM Evaluation Framework"
5
5
authors = [
" Jeffrey Ip <[email protected] >" ]
6
6
license = " Apache-2.0"
7
7
readme = " README.md"
8
8
repository = " https://github.com/confident-ai/deepeval"
9
9
documentation = " https://docs.confident-ai.com"
10
+ exclude = [" tests/*" ]
10
11
11
12
[tool .poetry .scripts ]
12
13
deepeval = ' deepeval.cli.main:app'
You can’t perform that action at this time.
0 commit comments