diff --git a/pyproject.toml b/pyproject.toml index e2333f0be..b8342061b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,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", ] avro = ["fastavro>=1.8,<2.0"] @@ -58,7 +58,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"] # AWS dependencies are separated by service to support # different requirements in the future.