Skip to content

Commit 0f67504

Browse files
fix elasticsearch-dsl package dependency. (#435)
related issue: #434
1 parent 1007598 commit 0f67504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
],
4343
include_package_data=True,
4444
install_requires=[
45-
'elasticsearch-dsl>=7.2.0<8.0.0',
45+
'elasticsearch-dsl>=7.2.0,<8.0.0',
4646
'six',
4747
],
4848
license="Apache Software License 2.0",

0 commit comments

Comments
 (0)