Skip to content

Commit

Permalink
Lower down universal-pathlib minimum to 0.2.2 (#41939) (#41943)
Browse files Browse the repository at this point in the history
Beacause we pinned universal-pathlib to 0.2.2 in 2.10.0 adding >=
0.2.3 conflicts with currently released PyPI packages. We shoudl
lower it down in order to allow PyPI constraints to not be
conflicting

(cherry picked from commit 351961c)
  • Loading branch information
potiuk authored and utkarsharma2 committed Sep 2, 2024
1 parent 3304c2a commit 8541731
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 @@ -497,7 +497,7 @@
# See https://github.com/apache/airflow/pull/31693
# We should also remove "3rd-party-licenses/LICENSE-unicodecsv.txt" file when we remove this dependency
"unicodecsv>=0.14.1",
"universal-pathlib>=0.2.3",
"universal-pathlib>=0.2.2",
# 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 8541731

Please sign in to comment.