We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6312bf commit 971cc2dCopy full SHA for 971cc2d
pyproject.toml
@@ -15,7 +15,7 @@ authors = [
15
dependencies = [
16
"langchain>=0.2.10",
17
"langchain-google-genai>=1.0.7",
18
- "langchain-google-vertexai",
+ "langchain-google-vertexai>=1.0.7",
19
"langchain-openai>=0.1.17",
20
"langchain-groq>=0.1.3",
21
"langchain-aws>=0.1.3",
requirements.txt
@@ -1,6 +1,6 @@
1
langchain>=0.2.10
2
langchain-google-genai>=1.0.7
3
-langchain-google-vertexai
+langchain-google-vertexai>=1.0.7
4
langchain-openai>=0.1.17
5
langchain-groq>=0.1.3
6
langchain-aws>=0.1.3
0 commit comments