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
Hi,
I noticed that sqlalchemy has breaking changes introduced at version 2.0.0 When running the code
sqlalchemy
from cimpyorm import datasets db_session, model = datasets.ENTSOE_MiniBB()
this results in the error
cimpyorm/backends.py - TypeError: declarative_base() takes 0 positional arguments but 1 was given
An easy fix would be to lock sqlalchemy at v1.4.53 in setup.py - I have tried this which results in the upper code to run sucessfully.
setup.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I noticed that
sqlalchemy
has breaking changes introduced at version 2.0.0When running the code
this results in the error
cimpyorm/backends.py - TypeError: declarative_base() takes 0 positional arguments but 1 was given
An easy fix would be to lock sqlalchemy at v1.4.53 in
setup.py
- I have tried this which results in the upper code to run sucessfully.The text was updated successfully, but these errors were encountered: