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

Set the minimum required setuptools to v46.4.0 #6205

Merged
merged 6 commits into from
Nov 2, 2021

Commits on Nov 2, 2021

  1. Add requirement for compatible setuptools version.

    In order to avoid a recursive dependency issue when parsing
    the aiohttp version during install setuptools needs:
    pypa/setuptools@c457e68
    
    This implies we need setuptools 46.4.0 or newer.
    jameshilliard committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4883107 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES/6205.bugfix

    Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
    jameshilliard and webknjaz authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ec24eb0 View commit details
    Browse the repository at this point in the history
  3. Update pyproject.toml

    Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
    jameshilliard and webknjaz authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4fe34bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b97748 View commit details
    Browse the repository at this point in the history
  5. Change bugfix to misc.

    jameshilliard committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    109f826 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2cd7d89 View commit details
    Browse the repository at this point in the history