We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9c0ee commit 6a71094Copy full SHA for 6a71094
airflow-core/pyproject.toml
@@ -134,9 +134,8 @@ dependencies = [
134
"tenacity>=8.3.0",
135
"termcolor>=3.0.0",
136
"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",
+ # https://github.com/apache/airflow/issues/56369 , rework universal-pathlib usage
+ "universal-pathlib>=0.2.6,<0.3.0",
140
"uuid6>=2024.7.10",
141
"apache-airflow-task-sdk<1.3.0,>=1.1.0",
142
# pre-installed providers
0 commit comments