File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 191
191
"alembic>=1.13.1, <2.0" ,
192
192
"argcomplete>=1.10" ,
193
193
"asgiref>=2.3.0" ,
194
- # attrs 25.2.0 has broken DAG __init__
195
- # tracking issue: https://github.com/apache/airflow/issues/47682
196
- "attrs>=22.1.0, <25.2.0" ,
194
+ "attrs>=22.1.0, !=25.2.0" ,
197
195
# Blinker use for signals in Flask, this is an optional dependency in Flask 2.2 and lower.
198
196
# In Flask 2.3 it becomes a mandatory dependency, and flask signals are always available.
199
197
"blinker>=1.6.2" ,
Original file line number Diff line number Diff line change @@ -22,9 +22,7 @@ description = "Python Task SDK for Apache Airflow DAG Authors"
22
22
readme = { file = " README.md" , content-type = " text/markdown" }
23
23
requires-python = " >=3.9, <3.13"
24
24
dependencies = [
25
- # attrs 25.2.0 has broken DAG __init__
26
- # tracking issue: https://github.com/apache/airflow/issues/47682
27
- " attrs>=24.2.0, <25.2.0" ,
25
+ " attrs>=24.2.0, !=25.2.0" ,
28
26
" httpx>=0.27.0" ,
29
27
" jinja2>=3.1.4" ,
30
28
" methodtools>=0.4.7" ,
You can’t perform that action at this time.
0 commit comments