rusackas commented on PR #42169: URL: https://github.com/apache/superset/pull/42169#issuecomment-5012258313
Closing this one for now. Every sqlalchemy-exasol release from 6.0.0 up requires SQLAlchemy 2, but Superset is still pinned to `sqlalchemy>=1.4, <2`, so raising the lower bound to 7.1.1 would make the `exasol` extra uninstallable. The current wide range is fine in practice since pip backtracks to 5.0.0 (the last SQLAlchemy 1.4 compatible release). We can revisit once the SQLAlchemy 2 migration lands. @dependabot ignore this dependency -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
