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
6 changes: 6 additions & 0 deletions hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,12 @@
"cryptography>=41.0.0",
"deprecated>=1.2.13",
"dill>=0.2.2",
# Required for python 3.8 and 3.9 to work with new annotations styles. Check package
# description on PyPI for more details: https://pypi.org/project/eval-type-backport/
# NOTE! THIS MIGHT BE REMOVED BEFORE WE RELEASE 2.10.4 if
# Pydantic 2.10.2 will add eval-type-backport as dependency for Python 3.8/3.9
# see https://github.com/pydantic/pydantic/issues/10958
'eval-type-backport>=0.2.0;python_version<"3.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