Skip to content

Commit 81c7f38

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
chore: Limit langchain-google-genai dependency to 4.2.3.
PiperOrigin-RevId: 922802300
1 parent 1f32406 commit 81c7f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
"langchain >= 1.0.0, < 2.0.0",
200200
"langchain-classic",
201201
"langchain-core >= 1.0.0, < 2.0.0",
202-
"langchain-google-genai >= 4.0.0, < 5.0.0",
202+
"langchain-google-genai >= 4.0.0, < 4.2.3",
203203
"langgraph >= 1.0.0, < 2.0.0",
204204
"openinference-instrumentation-langchain >= 0.1.19, < 0.2",
205205
]

0 commit comments

Comments
 (0)