Skip to content

Commit 6a71094

Browse files
Restrict universal-pathlib 0.3.0 (apache#56370)
1 parent 1b9c0ee commit 6a71094

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.3.0,>=1.1.0",
142141
# pre-installed providers

0 commit comments

Comments
 (0)