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

compatibility with SQLAlchemy 2 #24

Closed
idomic opened this issue Dec 27, 2022 · 2 comments
Closed

compatibility with SQLAlchemy 2 #24

idomic opened this issue Dec 27, 2022 · 2 comments

Comments

@idomic
Copy link

idomic commented Dec 27, 2022

Connect throws

MetaData.init() got an unexpected keyword argument 'bind'

For now specifying SQLAlchemy version better, but should actually fix

@yafimvo
Copy link

yafimvo commented Jan 2, 2023

I tried to play with SQLAlchemy 2, ipython-sql, and jupysql. Besides the incompatibility of ipython-sql with SQLAlchemy 2, duckdb-engine also requires sqlalchemy<2.0.0.

Added PR with version fix

@idomic
Copy link
Author

idomic commented Jan 2, 2023

I think given that it's currently a beta, limiting the version is enough until there's a stable release and then we can worry on this. We can close the issue and once a user reopens this we can tackle it. @edublancas fyi

@idomic idomic closed this as completed Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants