Skip to content

Commit c932937

Browse files
authored
bump core and increment version (#979)
1 parent 363b82a commit c932937

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

libs/vertexai/poetry.lock

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

libs/vertexai/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-vertexai"
3-
version = "2.0.24"
3+
version = "2.0.25"
44
description = "An integration package connecting Google VertexAI 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.55,<0.4"
15+
langchain-core = ">=0.3.65,<0.4"
1616
google-cloud-aiplatform = "^1.92.0"
1717
google-cloud-storage = "^2.18.0"
1818
# optional dependencies

0 commit comments

Comments
 (0)