From 6dd88cc0be51e4babc3110e230da2bc6e8409a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 17:57:16 +0000 Subject: [PATCH] Update elasticsearch requirement from >=8.0.0 to >=9.4.1 Updates the requirements on [elasticsearch](https://github.com/elastic/elasticsearch-py) to permit the latest version. - [Release notes](https://github.com/elastic/elasticsearch-py/releases) - [Commits](https://github.com/elastic/elasticsearch-py/compare/v8.0.0...v9.4.1) --- updated-dependencies: - dependency-name: elasticsearch dependency-version: 9.4.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad075bde..4fa8084d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ vector-stores = [ "weaviate-client>=4.0.0", "pinecone-client>=3.0.0", "pymilvus>=2.0.0", - "elasticsearch>=8.0.0", + "elasticsearch>=9.4.1", ] # Agent framework — relies on memory + tools, not faiss directly