From 4b1b569ec441d9a2fbd74c95be4f2588fcbe4538 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 17 Oct 2025 20:12:51 +0000 Subject: [PATCH] chore(deps): update dependency langchain-google-vertexai to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f73075..8a74428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "pytest==8.4.1", "pytest-asyncio==0.26.0", "pytest-cov==5.0.0", - "langchain_google_vertexai==2.0.27" + "langchain_google_vertexai==3.0.0" ] [build-system]