From 68f7468754b7718a942adfe8764196ec9060ae74 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:19:00 -0800 Subject: [PATCH] google-vertexai[patch]: Release 0.0.3 (#16597) --- libs/partners/google-vertexai/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/partners/google-vertexai/pyproject.toml b/libs/partners/google-vertexai/pyproject.toml index 714780fa3f9..f9d2f890cbb 100644 --- a/libs/partners/google-vertexai/pyproject.toml +++ b/libs/partners/google-vertexai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-google-vertexai" -version = "0.0.2" +version = "0.0.3" description = "An integration package connecting GoogleVertexAI and LangChain" authors = [] readme = "README.md"