We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As noticed in #217, CI seems to be failing.
This is likely because a dependency pulls a newer version of jupyterhub. For example dockerspawner does not put an upper limit on the jupyterhub dependency here: https://github.com/jupyterhub/dockerspawner/blob/955e64222447c22df6a708b7d63d90059303337d/requirements.txt#L3
jupyterhub
dockerspawner
The text was updated successfully, but these errors were encountered:
sqlalchemy<2
Successfully merging a pull request may close this issue.
As noticed in #217, CI seems to be failing.
This is likely because a dependency pulls a newer version of
jupyterhub
. For exampledockerspawner
does not put an upper limit on thejupyterhub
dependency here: https://github.com/jupyterhub/dockerspawner/blob/955e64222447c22df6a708b7d63d90059303337d/requirements.txt#L3The text was updated successfully, but these errors were encountered: