Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove elasticsearch-dsl #63

Closed
hugorodgerbrown opened this issue Dec 19, 2022 · 1 comment
Closed

Remove elasticsearch-dsl #63

hugorodgerbrown opened this issue Dec 19, 2022 · 1 comment

Comments

@hugorodgerbrown
Copy link
Member

elasticsearch-dsl does not support ES8, and it looks like it's abandoned - see elastic/elasticsearch-dsl-py#1569

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.

@hugorodgerbrown
Copy link
Member Author

hugorodgerbrown commented Dec 31, 2022

Fixed by #64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant