Skip to content

Commit fadba88

Browse files
authored
Support 6.1.0, but not 6.2.0
This package support 6.1.0, but not 6.2.0
1 parent a6762f6 commit fadba88

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,<6.1.0',
45+
'elasticsearch-dsl>=2.1.0,<6.2.0',
4646
],
4747
license="Apache Software License 2.0",
4848
zip_safe=False,

0 commit comments

Comments
 (0)