Skip to content

Commit a6762f6

Browse files
authored
Use 6.1.0 version of elasticsearch-dsl
Till we support `elasticsearch-dsl>6.1.0`, we should keep using `elasticsearch-dsl<6.1.0`
1 parent 37feed6 commit a6762f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
],
4343
include_package_data=True,
4444
install_requires=[
45-
'elasticsearch-dsl>=2.1.0,<7.0.0',
45+
'elasticsearch-dsl>=2.1.0,<6.1.0',
4646
],
4747
license="Apache Software License 2.0",
4848
zip_safe=False,

0 commit comments

Comments
 (0)