Skip to content

Commit 6f1e109

Browse files
committed
Upgrade elasticsearch dependencies
1 parent 43e33fa commit 6f1e109

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

requirements/pip.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,14 @@ GitPython==2.1.10
5151

5252
# Search
5353
elasticsearch==6.2.0
54+
55+
56+
# elasticsearch-dsl==6.3.1 produces this error
57+
# File "/home/travis/build/rtfd/readthedocs.org/.tox/py36/lib/python3.6/site-packages/django_elasticsearch_dsl/documents.py", line 8, in <module>
58+
# from elasticsearch_dsl.document import DocTypeMeta as DSLDocTypeMeta
59+
# ImportError: cannot import name 'DocTypeMeta'
5460
elasticsearch-dsl==6.1.0
55-
django-elasticsearch-dsl==0.5.0
61+
django-elasticsearch-dsl==0.5.1
5662
pyquery==1.4.0
5763

5864
# Utils

0 commit comments

Comments
 (0)