Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
penguine-ip committed Oct 31, 2024
1 parent 64ca55a commit 19cdaa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deepeval/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = "1.4.6"
__version__: str = "1.4.7"
2 changes: 1 addition & 1 deletion deepeval/monitor/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def monitor(
except AttributeError:
# Pydantic version below 2.0
body = api_event.dict(by_alias=True, exclude_none=True)

if _debug:
print(body)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deepeval"
version = "1.4.6"
version = "1.4.7"
description = "The Evaluation Framework for LLMs"
authors = ["Jeffrey Ip <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 19cdaa1

Please sign in to comment.