-
Notifications
You must be signed in to change notification settings - Fork 250
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
remove sqlalchemy upper limit version #1142
remove sqlalchemy upper limit version #1142
Conversation
@lzchen can you please take a look at this? |
@hectorhdzg Hi, brief question do you know if the upper limit was there for a reason? I would like to add the extension but due to this constraint I can not do it properly. Thanks in advance! |
@hectorhdzg @lzchen can you please take a look at this? |
Getting this merged would be great! |
@hectorhdzg @lzchen @aabmass could you guys please take a look at this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR and apologies for the slow response.
It looks like SQLAlchemy doesn't support python 3.4 anymore at all. https://github.com/sqlalchemy/sqlalchemy/blob/main/setup.cfg#L34. I think this change is fine as it is the user's responsiblity to pin the correct version of SQLAlchemy for their python interpreter version.
#1139