Skip to content

Commit

Permalink
Pin universal-pathlib to 0.2.2 as 0.2.3 generates static code check e…
Browse files Browse the repository at this point in the history
…rrors (#41715)

(cherry picked from commit 1c53961)
  • Loading branch information
jscheffl authored and potiuk committed Aug 28, 2024
1 parent c4e1280 commit ef0c2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,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
"universal-pathlib>=0.2.2",
"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+
"werkzeug>=2.0,<3",
Expand Down

0 comments on commit ef0c2a1

Please sign in to comment.