From cd53a82c5c3dfc1a49c019c7df4e63d6703a1642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:15:51 +0000 Subject: [PATCH] Update elasticsearch requirement from <9,>=8.17 to >=8.17,<10 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.17.0...v9.1.2) --- updated-dependencies: - dependency-name: elasticsearch dependency-version: 9.1.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 92e3369bd..f932f7c42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ all = [ "neo4j>=5.27.0,<6", "pymongo>=4.11,<5", "pandas>=1.0.0,<3.0", - "elasticsearch>=8.17,<9", + "elasticsearch>=8.17,<10", "influxdb>=5.3,<6", "python-dateutil>=2.8.2,<3", "paho-mqtt>=2.1.0,<3" @@ -65,7 +65,7 @@ azure = ["azure-storage-blob>=12.24.0,<12.25"] neo4j = ["neo4j>=5.27.0,<6"] mongodb = ["pymongo>=4.11,<5"] pandas = ["pandas>=1.0.0,<3.0"] -elasticsearch = ["elasticsearch>=8.17,<9"] +elasticsearch = ["elasticsearch>=8.17,<10"] tdengine = ["python-dateutil>=2.8.2,<3"] mqtt = ["paho-mqtt>=2.1.0,<3"]