Skip to content

Commit 2e2fcb3

Browse files
committed
Remove SQLA 1 limit in Fab provider
1 parent 9cb084f commit 2e2fcb3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

providers/fab/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ dependencies = [
7272
# In particular, make sure any breaking changes, for example any new methods, are accounted for.
7373
"flask-appbuilder==5.0.1; python_version < '3.13'",
7474
"flask-login>=0.6.2; python_version < '3.13'",
75-
# Flask-Session 0.6 add new arguments into the SqlAlchemySessionInterface constructor as well as
76-
# all parameters now are mandatory which make AirflowDatabaseSessionInterface incompatible with this version.
7775
"flask-session>=0.8.0; python_version < '3.13'",
7876
"msgpack>=1.0.0; python_version < '3.13'",
7977
"flask-sqlalchemy>=3.0.5; python_version < '3.13'",
80-
"sqlalchemy>=1.4.36,<2; python_version < '3.13'",
78+
"sqlalchemy>=1.4.36; python_version < '3.13'",
8179
"flask-wtf>=1.1.0; python_version < '3.13'",
8280
"connexion[flask]>=2.14.2,<3.0; python_version < '3.13'",
8381
"jmespath>=0.7.0; python_version < '3.13'",

0 commit comments

Comments
 (0)