Skip to content

Commit eb2f181

Browse files
authored
Restrict version of elasticsearch-dsl-py to <= 8.17.1 (#498)
This commit pins the dependency of elasticsearch-dsl-py to <= 8.17.1 because after this version elasticsearch-dsl-py is deprecated and merged into elasticsearch-py
1 parent e453aff commit eb2f181

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
@@ -43,7 +43,7 @@
4343
],
4444
include_package_data=True,
4545
install_requires=[
46-
'elasticsearch-dsl>=8.9.0,<9.0.0',
46+
'elasticsearch-dsl>=8.9.0,<=8.17.1',
4747
'six',
4848
],
4949
license="Apache Software License 2.0",

0 commit comments

Comments
 (0)