Skip to content
Snippets Groups Projects
Unverified Commit 9b35aa70 authored by Nikki Nikkhoui's avatar Nikki Nikkhoui Committed by GitHub
Browse files

Update deepeval callback handler import path (#11754)


* update deepeval import path

* bump

* linting

---------

Co-authored-by: default avatarLogan Markewich <logan.markewich@live.com>
parent 909c95ed
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ from typing import Any
from llama_index.core.callbacks.base_handler import BaseCallbackHandler
from deepeval.tracing.integrations.llama_index import LlamaIndexCallbackHandler
from deepeval.integrations.llama_index.callback import LlamaIndexCallbackHandler
def deepeval_callback_handler(**eval_params: Any) -> BaseCallbackHandler:
......
......@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-callbacks-deepeval"
readme = "README.md"
version = "0.1.2"
version = "0.1.3"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment