Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@
# Required for python 3.9 to work with new annotations styles. Check package
# description on PyPI for more details: https://pypi.org/project/eval-type-backport/
'eval-type-backport>=0.2.0;python_version<"3.10"',
"fastapi[standard]>=0.112.2",
# temporarily pinning fastapi after the recent release started breaking tests
"fastapi[standard]>=0.112.2,!=0.115.10",
"flask-caching>=2.0.0",
# 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.
Expand Down