You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JupyterHub backported the sqalchemy compatibility fix to JupyterHub>=3.0 but didn't restrict the sqlalchemy version to < 2.0 for JupyterHub<3.0. Tests on GitHub Actions are failing due to this. More info: jupyterhub/jupyterhub#4312
Expected behaviour
Tests on GHA should pass or fail without any error messages related to sqlalchemy
Actual behaviour
See bug description
How to reproduce
Making a pull request or a draft pull request triggers GHA to run, exposing the failing tests due to this bug.
Your personal set up
OS:
Version(s):
Full environment
# paste output of `pip freeze` or `conda list` here
Configuration
# jupyterhub_config.py
Logs
The text was updated successfully, but these errors were encountered:
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Bug description
JupyterHub
backported thesqalchemy
compatibility fix to JupyterHub>=3.0 but didn't restrict thesqlalchemy
version to < 2.0 for JupyterHub<3.0. Tests on GitHub Actions are failing due to this. More info: jupyterhub/jupyterhub#4312Expected behaviour
Tests on GHA should pass or fail without any error messages related to sqlalchemy
Actual behaviour
See bug description
How to reproduce
Making a pull request or a draft pull request triggers GHA to run, exposing the failing tests due to this bug.
Your personal set up
Full environment
Configuration
# jupyterhub_config.py
Logs
The text was updated successfully, but these errors were encountered: