Skip to content

Commit 480a8b2

Browse files
authored
bump core and increment version (#812)
1 parent b032b85 commit 480a8b2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

libs/vertexai/poetry.lock

Lines changed: 4 additions & 4 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.16"
3+
version = "2.0.17"
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.47,<0.4"
15+
langchain-core = ">=0.3.48,<0.4"
1616
google-cloud-aiplatform = "^1.81.0"
1717
google-cloud-storage = "^2.18.0"
1818
# optional dependencies

0 commit comments

Comments
 (0)