Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
s-jse committed Jan 8, 2025
1 parent a28a3a1 commit 83f6141
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 @@ -12,15 +12,15 @@
packages=find_packages(),
install_requires=[
"tqdm",
"langchain==0.3.4",
"langchain==0.3.5",
"langchain-community==0.3.3",
"langchain-core==0.3.12",
"langchain-text-splitters==0.3.0",
"langgraph==0.2.39",
"langsmith==0.1.137",
"langgraph-checkpoint==2.0.1",
"langgraph-sdk==0.1.33",
"litellm==1.51.2",
"litellm==1.57.1",
"numpydoc", # needed for function calling with LiteLLM
"grandalf", # to visualize LangGraph graphs
"pydantic>=2.5",
Expand Down

0 comments on commit 83f6141

Please sign in to comment.