Prab-27 commented on code in PR #59865:
URL: https://github.com/apache/airflow/pull/59865#discussion_r2649625011
##########
providers/fab/pyproject.toml:
##########
@@ -73,12 +73,9 @@ dependencies = [
# In particular, make sure any breaking changes, for example any new
methods, are accounted for.
"flask-appbuilder==5.0.1; python_version < '3.13'",
"flask-login>=0.6.2; python_version < '3.13'",
- # Flask-Session 0.6 add new arguments into the SqlAlchemySessionInterface
constructor as well as
- # all parameters now are mandatory which make
AirflowDatabaseSessionInterface incompatible with this version.
"flask-session>=0.8.0; python_version < '3.13'",
"msgpack>=1.0.0; python_version < '3.13'",
"flask-sqlalchemy>=3.0.5; python_version < '3.13'",
- "sqlalchemy>=1.4.36,<2; python_version < '3.13'",
"flask-wtf>=1.1.0; python_version < '3.13'",
Review Comment:
Could you please also revert the chnages from this file ?
We don't need to add this here
--
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]