Skip to content

Commit 8541731

Browse files
potiukutkarsharma2
authored andcommitted
Lower down universal-pathlib minimum to 0.2.2 (#41939) (#41943)
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)
1 parent 3304c2a commit 8541731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatch_build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@
497497
# See https://github.com/apache/airflow/pull/31693
498498
# We should also remove "3rd-party-licenses/LICENSE-unicodecsv.txt" file when we remove this dependency
499499
"unicodecsv>=0.14.1",
500-
"universal-pathlib>=0.2.3",
500+
"universal-pathlib>=0.2.2",
501501
# Werkzug 3 breaks Flask-Login 0.6.2, also connexion needs to be updated to >= 3.0
502502
# we should remove this limitation when FAB supports Flask 2.3 and we migrate connexion to 3+
503503
"werkzeug>=2.0,<3",

0 commit comments

Comments
 (0)