You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to make an ES8-compatible version of this package we need to remove our dependence on ES-DSL. This is a breaking change, so the v8 version will not be backwards compatible.
NB this will be compatible with elasticsearch-py v8, which is the version that formally supports ES8 itself. However, ES8 is backwards compatible with the elasticsearch-py v7 - so you can run v7 client and v8 server.
The text was updated successfully, but these errors were encountered:
elasticsearch-dsl
does not support ES8, and it looks like it's abandoned - see elastic/elasticsearch-dsl-py#1569In order to make an ES8-compatible version of this package we need to remove our dependence on ES-DSL. This is a breaking change, so the v8 version will not be backwards compatible.
NB this will be compatible with
elasticsearch-py
v8, which is the version that formally supports ES8 itself. However, ES8 is backwards compatible with theelasticsearch-py
v7 - so you can run v7 client and v8 server.The text was updated successfully, but these errors were encountered: