Skip to content

Commit 0bbd1f7

Browse files
committed
Pin Elasticsearch client library to 7.13.0
Newer versions of the Elasticsearch Python client library throw an UnsupportedProductError when used with the "oss" build following Elastic's licensing changes. This commit pins the client library to elasticsearch==7.13.0 to avoid this issue.
1 parent a2f0d23 commit 0bbd1f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements/base.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ django-modeltranslation==0.16.1
66
django-npm==1.0.0
77
djangorestframework==3.12.2
88
django-widget-tweaks==1.4.8
9+
elasticsearch==7.13.0
910
elasticsearch-dsl==7.3.0 # pyup: <8.0
1011
envparse==0.2.0
1112
gevent==21.1.2

0 commit comments

Comments
 (0)