From 015099637ef87e4f2843ac6ac1c06d72b5d1e170 Mon Sep 17 00:00:00 2001 From: Leonid Kuligin Date: Wed, 21 Aug 2024 17:11:15 +0200 Subject: [PATCH] release (#461) --- libs/community/pyproject.toml | 2 +- libs/genai/pyproject.toml | 2 +- libs/vertexai/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 76fd3819..451a2e10 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-google-community" -version = "1.0.7" +version = "1.0.8" description = "An integration package connecting miscellaneous Google's products and LangChain" authors = [] readme = "README.md" diff --git a/libs/genai/pyproject.toml b/libs/genai/pyproject.toml index 3fc59ee7..300662dc 100644 --- a/libs/genai/pyproject.toml +++ b/libs/genai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-google-genai" -version = "1.0.9" +version = "1.0.10" description = "An integration package connecting Google's genai package and LangChain" authors = [] readme = "README.md" diff --git a/libs/vertexai/pyproject.toml b/libs/vertexai/pyproject.toml index 44bd06fd..5609bb42 100644 --- a/libs/vertexai/pyproject.toml +++ b/libs/vertexai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-google-vertexai" -version = "1.0.8" +version = "1.0.9" description = "An integration package connecting Google VertexAI and LangChain" authors = [] readme = "README.md"