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

[WIP] prefer elasticsearch6-dsl to elasticsearch-dsl #84

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

felliott
Copy link
Member

djelme requires elasticsearch-dsl>=6.30<=7.00 which means it can't be installed in projects that require a different version of es-dsl (cough, cough, osf.io). Complicating matters, the major version of es-dsl should match the version of es being interacted with.

As at least a temporary workaround, I've changed the dep to elasticsearch6-dsl and updated imports to import from elasticsearch6_dsl. I haven't actually confirmed that it works properly, but it does at least install, so that's something.

@felliott
Copy link
Member Author

felliott commented Mar 2, 2024

Reordered commits so that this branch feature/pin-esdsl comes after feature/fix-gha.

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

Successfully merging this pull request may close these issues.

None yet

1 participant