diff --git a/libs/vertexai/pyproject.toml b/libs/vertexai/pyproject.toml index 09357dbe8..3e66acd38 100644 --- a/libs/vertexai/pyproject.toml +++ b/libs/vertexai/pyproject.toml @@ -9,7 +9,7 @@ license = {text = "MIT"} readme = "README.md" authors = [] -version = "3.2.1" +version = "3.2.2" requires-python = ">=3.10.0,<4.0.0" dependencies = [ "langchain-core>=1.2.5,<2.0.0", diff --git a/libs/vertexai/uv.lock b/libs/vertexai/uv.lock index 51529d56d..7bc7a76b8 100644 --- a/libs/vertexai/uv.lock +++ b/libs/vertexai/uv.lock @@ -1045,7 +1045,7 @@ wheels = [ [[package]] name = "langchain-google-vertexai" -version = "3.2.1" +version = "3.2.2" source = { editable = "." } dependencies = [ { name = "bottleneck" },