From 05f21b683fa6e1d87ddecc789f63d47c5fc4c5b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 10:57:01 +0000 Subject: [PATCH] chore(deps): update haystack-ai requirement Updates the requirements on [haystack-ai](https://github.com/deepset-ai/haystack) to permit the latest version. - [Release notes](https://github.com/deepset-ai/haystack/releases) - [Commits](https://github.com/deepset-ai/haystack/compare/v2.11.0...v2.21.0) --- updated-dependencies: - dependency-name: haystack-ai dependency-version: 2.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- integrations/google_vertex/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/google_vertex/pyproject.toml b/integrations/google_vertex/pyproject.toml index 6708300809..20a672b2d9 100644 --- a/integrations/google_vertex/pyproject.toml +++ b/integrations/google_vertex/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["haystack-ai>=2.11.0", "google-cloud-aiplatform>=1.61"] +dependencies = ["haystack-ai>=2.21.0", "google-cloud-aiplatform>=1.61"] [project.urls] Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/google_vertex#readme"