Skip to content

Commit 0238b95

Browse files
[v3-1-test] Restrict universal-pathlib 0.3.0 (#56370) (#56376)
(cherry picked from commit 6a71094) Co-authored-by: GPK <[email protected]>
1 parent 811ce2e commit 0238b95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

airflow-core/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,8 @@ dependencies = [
134134
"tenacity>=8.3.0",
135135
"termcolor>=3.0.0",
136136
"typing-extensions>=4.14.1",
137-
# Universal Pathlib 0.2.4 adds extra validation for Paths and our integration with local file paths
138-
# Does not work with it Tracked in https://github.com/fsspec/universal_pathlib/issues/276
139-
"universal-pathlib>=0.2.2,!=0.2.4",
137+
# https://github.com/apache/airflow/issues/56369 , rework universal-pathlib usage
138+
"universal-pathlib>=0.2.6,<0.3.0",
140139
"uuid6>=2024.7.10",
141140
"apache-airflow-task-sdk<1.2.0,>=1.1.1",
142141
# pre-installed providers

0 commit comments

Comments
 (0)