From f3f4d29f9bb90a1de944187ce08a901b05bd0fbd Mon Sep 17 00:00:00 2001 From: nsantacruz Date: Tue, 25 Jul 2023 12:03:09 +0300 Subject: [PATCH] chore: allow package to be installed on ES 8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c23ad1fd..c0be1a32b 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ install_requires = [ "python-dateutil", - "elasticsearch>=7.0.0,<8.0.0", + "elasticsearch>=7.0.0,<9.0.0", ] develop_requires = [