From 9114072d10b0366e0e5555bf7f26269a629c3623 Mon Sep 17 00:00:00 2001 From: Leonid Kuligin Date: Wed, 13 Mar 2024 20:39:40 +0100 Subject: [PATCH] bumping genai to include hotfix (#60) --- libs/genai/poetry.lock | 6 +++--- libs/genai/pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/genai/poetry.lock b/libs/genai/poetry.lock index 9f9119a0..f440dbae 100644 --- a/libs/genai/poetry.lock +++ b/libs/genai/poetry.lock @@ -281,12 +281,12 @@ requests = ["requests (>=2.20.0,<3.0.0.dev0)"] [[package]] name = "google-generativeai" -version = "0.4.0" +version = "0.4.1" description = "Google Generative AI High level API client library and tools." optional = false python-versions = ">=3.9" files = [ - {file = "google_generativeai-0.4.0-py3-none-any.whl", hash = "sha256:cf53a51f7c22f0193685e39708e015119b2500626bb2e74ad8c2bf8d8568ef1e"}, + {file = "google_generativeai-0.4.1-py3-none-any.whl", hash = "sha256:89be3c00c2e688108fccefc50f47f45fc9d37ecd53c1ade9d86b5d982919c24a"}, ] [package.dependencies] @@ -1344,4 +1344,4 @@ images = ["pillow"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "bdc9af566c7f84c0cc18b21cf2d1f4839e62a8323924bb64895b06c924bea8b9" +content-hash = "dd7ba0d20a620f1eac259e8809a0f968bb49997574523c171611c827e7134c5f" diff --git a/libs/genai/pyproject.toml b/libs/genai/pyproject.toml index 41b0fe8f..97cc91de 100644 --- a/libs/genai/pyproject.toml +++ b/libs/genai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-google-genai" -version = "0.0.10rc0" +version = "0.0.11" description = "An integration package connecting Google's genai package and LangChain" authors = [] readme = "README.md" @@ -13,7 +13,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.9,<4.0" langchain-core = "^0.1" -google-generativeai = "^0.4.0" +google-generativeai = "^0.4.1" pillow = { version = "^10.1.0", optional = true } [tool.poetry.extras]