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

Switch to non-vendored latest connexion library #20910

Merged
merged 1 commit into from Jan 18, 2022

Commits on Jan 18, 2022

  1. Switch to non-vendored latest connexion library

    The `connexion` library has been vendored in because of requests
    library that used to have non-optional chardet LGPL dependency,
    however requests library had since released a version (which we
    helped to provide and convince the requests maintainer to merge)
    where chardet is an optional dependency (with mandatory
    charset_normalizer). This means that we do not need to vendor-in
    connexion any more.
    
    Also connexion after being somewhat abandoned, has been
    "revived" and there are active community now that maintains it -
    they released several new versions since 2.7.0 we used (2.10.0 is
    now the latest version, so we can upgrade to that version instead)
    potiuk committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    853fdca View commit details
    Browse the repository at this point in the history