rusackas commented on code in PR #40830:
URL: https://github.com/apache/superset/pull/40830#discussion_r3449981946
##########
superset-core/pyproject.toml:
##########
@@ -46,7 +46,7 @@ dependencies = [
"isodate>=0.7.0",
"pyarrow>=16.0.0",
"pydantic>=2.8.0",
- "sqlalchemy>=1.4.0,<2.0",
+ "sqlalchemy>=2.0.50,<3",
Review Comment:
Agreed it's incomplete — this is very much a WIP. Worth noting
`session.query()` isn't actually removed in 2.0 though; it's
legacy-but-supported, so that part isn't the blocker. The real holdup is the
requirements lockfiles still pinning `sqlalchemy==1.4.54`, which is why dep
resolution (and everything downstream) fails.
--
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]