Skip to content

Commit

Permalink
chore: Tighten the lowerbounds on langchain dependencies
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 726245925
  • Loading branch information
yeesian authored and copybara-github committed Feb 13, 2025
1 parent d86d87a commit c8e70ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@
]

langchain_extra_require = [
"langchain >= 0.1.16, < 0.4",
"langchain-core < 0.4",
"langchain-google-vertexai < 3",
"langchain >= 0.3, < 0.4",
"langchain-core >= 0.3, < 0.4",
"langchain-google-vertexai >= 2, < 3",
"langgraph >= 0.2.45, < 0.3",
"openinference-instrumentation-langchain >= 0.1.19, < 0.2",
]
Expand Down

0 comments on commit c8e70ed

Please sign in to comment.