Skip to content

Commit

Permalink
Update litellm version to patch a security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
s-jse committed Jun 28, 2024
1 parent 21c0e9d commit 6208baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="chainlite",
version="0.1.17",
version="0.1.18",
author="Sina Semnani",
author_email="sinaj@cs.stanford.edu",
description="A Python package that uses LangChain and LiteLLM to call large language model APIs easily",
Expand All @@ -19,7 +19,7 @@
"langgraph==0.0.41",
"grandalf", # to visualize LangGraph graphs
"langsmith==0.1.53",
"litellm==1.37.19",
"litellm==1.40.29",
"pydantic>=2.5",
"redis[hiredis]",
],
Expand Down

0 comments on commit 6208baa

Please sign in to comment.