Skip to content

Commit

Permalink
Merge pull request #164 from athina-ai/feature/version-bump-litellm
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 77aba85 + 78a56a7 commit de3d23f
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.8"
version = "1.7.9"
description = "Python SDK to configure and run evaluations for your LLM-based application"
authors = ["Shiv Sakhuja <[email protected]>", "Akshat Gupta <[email protected]>", "Vivek Aditya <[email protected]>", "Akhil Bisht <[email protected]>"]
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.59.5"
litellm = "1.59.6"
jinja2 = "^3.1.4"
pinecone-client = "^4.1.0"
qdrant-client = "^1.9.1"
Expand Down

0 comments on commit de3d23f

Please sign in to comment.