Skip to content

Commit f6cac5d

Browse files
install main branch from client until 9.0 is released
1 parent 7c5904d commit f6cac5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
install_requires = [
3131
"python-dateutil",
3232
"typing-extensions",
33-
"elasticsearch>=8.0.0,<9.0.0",
33+
#"elasticsearch>=8.0.0,<9.0.0",
34+
"elasticsearch @ https://github.com/elastic/elasticsearch-py/archive/refs/heads/main.zip#egg=elasticsearch",
3435
"elastic-transport>=8.0.0,<9.0.0",
3536
]
3637

0 commit comments

Comments
 (0)