We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4cb97a commit 8c68b9bCopy full SHA for 8c68b9b
README.rst
@@ -37,6 +37,8 @@ Features
37
The library is compatible with all Elasticsearch versions since 5.x
38
**but you have to use a matching major version:**
39
40
+- For Elasticsearch 9.0 and later, use the major version 9 (9.x.y) of the library.
41
+
42
- For Elasticsearch 8.0 and later, use the major version 8 (8.x.y) of the library.
43
44
- 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
45
47
46
48
.. code-block:: python
49
50
+ # Elasticsearch 9.x
51
+ elasticsearch-dsl>=9.0.0,<10.0.0
52
53
# Elasticsearch 8.x
54
elasticsearch-dsl>=8.0.0,<9.0.0
55
0 commit comments