Skip to content

Commit 7e9e2fa

Browse files
authored
bump core and increment version (#820)
1 parent 305fcc0 commit 7e9e2fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libs/genai/poetry.lock

Lines changed: 1 addition & 1 deletion
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 = "2.1.1"
3+
version = "2.1.2"
44
description = "An integration package connecting Google's genai package and LangChain"
55
authors = []
66
readme = "README.md"
@@ -12,7 +12,7 @@ license = "MIT"
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.9,<4.0"
15-
langchain-core = "^0.3.47"
15+
langchain-core = "^0.3.49"
1616
google-ai-generativelanguage = "^0.6.16"
1717
pydantic = ">=2,<3"
1818
filetype = "^1.2.0"

0 commit comments

Comments
 (0)