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

Fix poetry python version limits #16

Closed
wants to merge 1 commit into from
Closed

Fix poetry python version limits #16

wants to merge 1 commit into from

Commits on Jul 28, 2022

  1. Fix poetry python version limits

    The grpc dependency doesn't build with Python 3.10 yet because it relies
    on outdated setuptools which the dependency tree isn't managing
    automatically, so don't allow environments under 3.10+ until
    grpc gets their act together.
    
    Commit also updates minor versions of some deps because re-synchronizing
    poetry.lock with pyproject requires a full "poetry update"
    which pulls updated minor dependency versions everywhere.
    mattsta committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    fab1b35 View commit details
    Browse the repository at this point in the history