Skip to content

Add support for ES9 and drop unsupported dependencies #500

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sximba
Copy link
Contributor

@sximba sximba commented Jun 24, 2025

This commit adds support for elasticsearch-py 9.x and it also drops support for end-of-life versions of python and django

It also changes the way we test this library against the DSL dependency. Instead of testing this latest version against every version of the DSL library, we now only test this version against the version of the DSL library specified in the install_requires configuration. Since elasticsearch-py is forward compatible, there is no need to test previous versions if we are testing against the latest

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.44%. Comparing base (a51c13f) to head (ea727cc).
Report is 5 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #500      +/-   ##
==========================================
+ Coverage   84.92%   85.44%   +0.51%     
==========================================
  Files          12       12              
  Lines         710      701       -9     
==========================================
- Hits          603      599       -4     
+ Misses        107      102       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

This commit adds support for elasticsearch-py 9.x and it also
drops support for older and unsupported versions of python and django
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.

3 participants