Skip to content

Commit 19cdaa1

Browse files
committed
reformat
1 parent 64ca55a commit 19cdaa1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deepeval/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "1.4.6"
1+
__version__: str = "1.4.7"

deepeval/monitor/monitor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def monitor(
8989
except AttributeError:
9090
# Pydantic version below 2.0
9191
body = api_event.dict(by_alias=True, exclude_none=True)
92-
92+
9393
if _debug:
9494
print(body)
9595

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "deepeval"
3-
version = "1.4.6"
3+
version = "1.4.7"
44
description = "The Evaluation Framework for LLMs"
55
authors = ["Jeffrey Ip <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)