Skip to content

Commit 5f5c6bc

Browse files
fix: pin es client to 8.18
The `elasticsearch` python client is now installing 9.0.0 by default which is breaking all the notebook tests. Pinning to 8.18 until we can update the test code to support the 9.0 client
1 parent 559bd1a commit 5f5c6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ install-pre-commit:
2121

2222
install-nbtest:
2323
python3 -m venv $(VENV)
24-
$(VENV)/bin/pip install -qqq elastic-nbtest sentence-transformers==2.7.0
24+
$(VENV)/bin/pip install -qqq elastic-nbtest sentence-transformers==2.7.0 elasticsearch==8.18

0 commit comments

Comments
 (0)