Skip to content

Commit 305fcc0

Browse files
authored
bump deps (#818)
1 parent 046c429 commit 305fcc0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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: 3 additions & 3 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.17"
3+
version = "2.0.18"
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.48,<0.4"
15+
langchain-core = ">=0.3.49,<0.4"
1616
google-cloud-aiplatform = "^1.81.0"
1717
google-cloud-storage = "^2.18.0"
1818
# optional dependencies
@@ -45,7 +45,7 @@ numpy = [
4545
]
4646
google-api-python-client = "^2.117.0"
4747
langchain = "^0.3.7"
48-
langchain-tests = "0.3.15"
48+
langchain-tests = "0.3.17"
4949
anthropic = { extras = ["vertexai"], version = ">=0.35.0,<1" }
5050
validators = "^0.34.0"
5151

0 commit comments

Comments
 (0)