Skip to content

Commit 6bb3a09

Browse files
committed
Pin elasticsearch until we can verify compat
1 parent 070732a commit 6bb3a09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ deps =
2424
django52: djangorestframework
2525
dramatiq>=1.0.0
2626
elasticsearch<8.0.0; python_version <= "3.9"
27-
elasticsearch ; python_version > "3.9"
27+
elasticsearch<9; python_version > "3.9"
2828
falcon
2929
flask
3030
flask-sqlalchemy

0 commit comments

Comments
 (0)