From f94a27f75490028783e56e5b67caeb72c7f705e2 Mon Sep 17 00:00:00 2001 From: Leonid Kuligin Date: Mon, 13 Jan 2025 19:43:27 +0100 Subject: [PATCH] release 2.0.11 (#692) --- libs/vertexai/pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libs/vertexai/pyproject.toml b/libs/vertexai/pyproject.toml index b491dc88..621ffefd 100644 --- a/libs/vertexai/pyproject.toml +++ b/libs/vertexai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-google-vertexai" -version = "2.0.10" +version = "2.0.11" description = "An integration package connecting Google VertexAI and LangChain" authors = [] readme = "README.md" @@ -51,9 +51,6 @@ anthropic = { extras = ["vertexai"], version = ">=0.35.0,<1" } [tool.codespell] ignore-words-list = "rouge" - - - [tool.poetry.group.codespell] optional = true