Skip to content

Commit 259b638

Browse files
yeesiancopybara-github
authored andcommitted
feat: Add support for langchain v0.2+ package versions in default installation
PiperOrigin-RevId: 653770976
1 parent 22151e2 commit 259b638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156

157157
langchain_extra_require = [
158158
"langchain >= 0.1.16, < 0.3",
159-
"langchain-core < 0.2",
159+
"langchain-core < 0.3",
160160
"langchain-google-vertexai < 2",
161161
"openinference-instrumentation-langchain >= 0.1.19, < 0.2",
162162
"tenacity <= 8.3",

0 commit comments

Comments
 (0)