jupyter-scheduler icon indicating copy to clipboard operation
jupyter-scheduler copied to clipboard

Upgrade to sqlalchemy-2.0.15 and ipython-sql-0.5.0

Open janzinho opened this issue 1 year ago • 3 comments

Problem

Hi, I can only run jupyter-scheduler when using sqlalchemy==1.4.48 and ipython-sql==0.4.1 which are both old versions.

Proposed Solution

It would be great if you could upgrade jupyter-scheduler to be compatible to sqlalchemy-2.0.15 and ipython-sql-0.5.0.

Best, Jan

janzinho avatar Jun 01 '23 14:06 janzinho

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
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. welcome 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! :wave:
Welcome to the Jupyter community! :tada:

welcome[bot] avatar Jun 01 '23 14:06 welcome[bot]

@janzinho Thanks for opening this issue. This is probably a breaking change that will require some regression testing. Would you like to open a PR for this change?

3coins avatar Jun 14 '23 16:06 3coins

Thank you for answer. I think I don’t have the necessary know-how to create a pull request with a solution proposal. Is there any other way I can help or contribute?

janzinho avatar Jun 15 '23 13:06 janzinho

Hi @janzinho. This was fixed by PR #521 (fixed issue #478 which was a duplicate of this issue but it slipped past us) so any Jupyter Scheduler >= 2.7 would depend on SQLAlchemy >= 2.

andrii-i avatar Sep 03 '24 18:09 andrii-i