Skip to content

Commit

Permalink
Merge pull request #163 from athina-ai/feat/litellm-version-bump
Browse files Browse the repository at this point in the history
Version bump of litellm
  • Loading branch information
vivek-athina authored Jan 27, 2025
2 parents 7cb484e + 7db6fc8 commit 77aba85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "athina"
version = "1.7.7"
version = "1.7.8"
description = "Python SDK to configure and run evaluations for your LLM-based application"
authors = ["Shiv Sakhuja <shiv@athina.ai>", "Akshat Gupta <akshat@athina.ai>", "Vivek Aditya <vivek@athina.ai>", "Akhil Bisht <akhil@athina.ai>"]
readme = "README.md"
Expand All @@ -18,7 +18,7 @@ pandas = "*"
datasets = "^2.16.0"
python-dotenv = "^1.0.0"
requests = "^2.31.0"
litellm = "1.56.6"
litellm = "1.59.5"
jinja2 = "^3.1.4"
pinecone-client = "^4.1.0"
qdrant-client = "^1.9.1"
Expand Down

0 comments on commit 77aba85

Please sign in to comment.