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 limitation for elasticsearch library #16553

Commits on Jun 21, 2021

  1. Remove limitation for elasticsearch library

    Elasticsearch <7.6.0 does not work with Python 3.9 (import
    errors on deprecated base64 functionality that have been removed
    in Python 3.9) see:
    
    ihttps://bugzilla.redhat.com/show_bug.cgi?id=1894188
    
    This PR bumps elasticsearch library version to latest available
    (7.13.1 as of this writing) in order to get it Python 3.9
    compatible.
    potiuk committed Jun 21, 2021
    Copy the full SHA
    6226d37 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0011f94 View commit details
    Browse the repository at this point in the history