chore: set dependency version for vertexai

This commit is contained in:
Federico Aguzzi 2024-07-23 20:57:11 +02:00
parent d6312bfc9b
commit 971cc2da04
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ authors = [
dependencies = [
"langchain>=0.2.10",
"langchain-google-genai>=1.0.7",
"langchain-google-vertexai",
"langchain-google-vertexai>=1.0.7",
"langchain-openai>=0.1.17",
"langchain-groq>=0.1.3",
"langchain-aws>=0.1.3",

View File

@ -1,6 +1,6 @@
langchain>=0.2.10
langchain-google-genai>=1.0.7
langchain-google-vertexai
langchain-google-vertexai>=1.0.7
langchain-openai>=0.1.17
langchain-groq>=0.1.3
langchain-aws>=0.1.3