Skip to content

Commit dc186f9

Browse files
authored
bump core and increment version (#952)
1 parent 0779043 commit dc186f9

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

libs/genai/poetry.lock

Lines changed: 7 additions & 10 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 = "2.1.4"
3+
version = "2.1.5"
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.52"
15+
langchain-core = "^0.3.62"
1616
google-ai-generativelanguage = "^0.6.18"
1717
pydantic = ">=2,<3"
1818
filetype = "^1.2.0"

0 commit comments

Comments
 (0)