Skip to content

Commit e2c1a6d

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

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 @ git+ssh://git@github.com/elastic/elasticsearch-py.git#egg=elasticsearch",
3435
"elastic-transport>=8.0.0,<9.0.0",
3536
]
3637

0 commit comments

Comments
 (0)