diff --git a/pyproject.toml b/pyproject.toml index ba54c3e..dedd6a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "athina" -version = "1.7.8" +version = "1.7.9" description = "Python SDK to configure and run evaluations for your LLM-based application" authors = ["Shiv Sakhuja ", "Akshat Gupta ", "Vivek Aditya ", "Akhil Bisht "] readme = "README.md" @@ -18,7 +18,7 @@ pandas = "*" datasets = "^2.16.0" python-dotenv = "^1.0.0" requests = "^2.31.0" -litellm = "1.59.5" +litellm = "1.59.6" jinja2 = "^3.1.4" pinecone-client = "^4.1.0" qdrant-client = "^1.9.1"