From b05ce1fd9dde783ac15f5ebeed876205b2733404 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 2 Nov 2021 12:15:01 -0700 Subject: pipenv: pin elasticsearch client to prevent UnsupportedProductError --- python/Pipfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/Pipfile b/python/Pipfile index ea057ea0..7a9e2306 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -57,8 +57,10 @@ beautifulsoup4 = "==4.*" python-magic = "==0.4.*" pylatexenc = "==2.*" pygal = "==2.*" +# <7.14 pin is because of elasticsearch.exceptions.UnsupportedProductError +# https://github.com/elastic/elasticsearch-py/issues/1639 +elasticsearch = ">=7.8.0,<7.14.0" elasticsearch-dsl = ">=7.0.0,<8.0.0" -elasticsearch = ">=7.0.0,<8.0.0" dateparser = ">=0.7" langdetect = "==1.*" pathlib2 = "==2.*" -- cgit v1.2.3