jupyter-server/jupyter-scheduler

Upgrade to SQLAlchemy 2.x

mattholy opened this issue · 9 comments

Hi all,

Pandas is now depending on SQLAlchemy 2.x
When using pandas and jupyterlab at the same time, which is a very common situation, it may case some conflicts.

"sqlalchemy~=1.0",

The sqlalchemy 2.x dependency was introduced in pandas 2.2.0, which was released on 2024-01-19.

@mattholy thank you for opening this issue. We plan to update to SQLAlchemy 2.x at some point but this is not a priority / we are not working on it now.