From 78a56a768f807e06f5dd9dcbe3fcf571bcbbcaf8 Mon Sep 17 00:00:00 2001 From: Vivek Aditya Date: Mon, 27 Jan 2025 22:40:39 +0530 Subject: [PATCH] version bump of litellm --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"