From 971cc2da04e331ebca1f93048c78bc58b452d30a Mon Sep 17 00:00:00 2001 From: Federico Aguzzi <62149513+f-aguzzi@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:57:11 +0200 Subject: [PATCH] chore: set dependency version for vertexai --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0547eb83..f20b1cac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/requirements.txt b/requirements.txt index 1161e36d..dd9fb403 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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