Skip to content

Commit 8c68b9b

Browse files
committed
Upgrade will need Elasticsearch v9
1 parent a4cb97a commit 8c68b9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Features
3737
The library is compatible with all Elasticsearch versions since 5.x
3838
**but you have to use a matching major version:**
3939

40+
- For Elasticsearch 9.0 and later, use the major version 9 (9.x.y) of the library.
41+
4042
- For Elasticsearch 8.0 and later, use the major version 8 (8.x.y) of the library.
4143

4244
- For Elasticsearch 7.0 and later, use the major version 7 (7.x.y) of the library.
@@ -45,6 +47,9 @@ The library is compatible with all Elasticsearch versions since 5.x
4547

4648
.. code-block:: python
4749
50+
# Elasticsearch 9.x
51+
elasticsearch-dsl>=9.0.0,<10.0.0
52+
4853
# Elasticsearch 8.x
4954
elasticsearch-dsl>=8.0.0,<9.0.0
5055

0 commit comments

Comments
 (0)