Skip to content

Commit 9114072

Browse files
authored
bumping genai to include hotfix (#60)
1 parent 9ea22c3 commit 9114072

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

libs/genai/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/genai/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain-google-genai"
3-
version = "0.0.10rc0"
3+
version = "0.0.11"
44
description = "An integration package connecting Google's genai package and LangChain"
55
authors = []
66
readme = "README.md"
@@ -13,7 +13,7 @@ license = "MIT"
1313
[tool.poetry.dependencies]
1414
python = ">=3.9,<4.0"
1515
langchain-core = "^0.1"
16-
google-generativeai = "^0.4.0"
16+
google-generativeai = "^0.4.1"
1717
pillow = { version = "^10.1.0", optional = true }
1818

1919
[tool.poetry.extras]

0 commit comments

Comments
 (0)