Skip to content

Commit

Permalink
Add comment to issue describing why upath is pinned to 0.2.2 (apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Aug 25, 2024
1 parent 2f95290 commit 59132f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@
# We should also remove "3rd-party-licenses/LICENSE-unicodecsv.txt" file when we remove this dependency
"unicodecsv>=0.14.1",
# The Universal Pathlib provides Pathlib-like interface for FSSPEC
# https://github.com/apache/airflow/issues/41723 describes the issue
"universal-pathlib==0.2.2", # Temporarily pin to 0.2.2 as 0.2.3 generates mypy errors
# Werkzug 3 breaks Flask-Login 0.6.2, also connexion needs to be updated to >= 3.0
# we should remove this limitation when FAB supports Flask 2.3 and we migrate connexion to 3+
Expand Down

0 comments on commit 59132f3

Please sign in to comment.