Skip to content

Commit

Permalink
setup.py: limit elasticsearch max version
Browse files Browse the repository at this point in the history
* The latest 7.15.0 release has started to deprecate things for the
  upcoming 8.0.0 release, and mypy started complaining about some return
  types.
* Instead of fixing the signatures to be compatible with both versions
  put a max version limit for now, we'll deal with the upgrade when the
  time will come, Debian most recent version is 7.1.0.

Change-Id: I185a34585e4eac400f84fadffc5f364f27b2313c
  • Loading branch information
volans- committed Sep 23, 2021
1 parent 82e05fc commit d6a732d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"conftool>=1.0.1",
"cumin>=3.0.2",
"dnspython>=1.16.0",
"elasticsearch>=5.0.0,<8.0.0",
"elasticsearch>=5.0.0,<7.15.0",
"elasticsearch-curator>=5.0.0",
"pymysql>=0.9.3",
"pynetbox>=5.0.7",
Expand Down

0 comments on commit d6a732d

Please sign in to comment.