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

Backport PR #12207, #12227 on 7.x (compat jedi 0.18) #12793

Merged
merged 3 commits into from Jan 29, 2021

Commits on Jan 29, 2021

  1. Backport PR ipython#12207 on 7.x

    This should make jedi 0.18 compatible with 7.x.
    
    Pinning is not an option as the resolver is free to pick older IPython
    with jedi 0.18
    
      --
    
    Bump jedi to at least 0.16.0 and fix deprecated function usage
    aiguofer authored and Carreau committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    5e979ec View commit details
    Browse the repository at this point in the history
  2. forgotten imports

    Carreau committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    477d9a6 View commit details
    Browse the repository at this point in the history
  3. Backport PR ipython#12227 on brnach 7.x

    This is for Jedi 0.18 compatibility.
    
    Fix DeprecationWarning on autocompletion with jedi 0.17.0
    gorogoroumaru authored and Carreau committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    21d3379 View commit details
    Browse the repository at this point in the history