File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ packaging>=25.0
44setuptools ~= 70.2 ;python_version < "3.10"
55setuptools >= 80.9.0 ;python_version >= "3.10"
66wheel >= 0.45.1
7- attrs >= 25.3.0
7+ attrs ~= 25.3.0 ;python_version < "3.9"
8+ attrs >= 25.4.0 ;python_version >= "3.9"
89certifi >= 2025.10.5
910exceptiongroup >= 1.3.0
1011websockets ~= 13.1 ;python_version < "3.9"
Original file line number Diff line number Diff line change 152152 'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153153 'setuptools>=80.9.0;python_version>="3.10"' ,
154154 'wheel>=0.45.1' ,
155- 'attrs>=25.3.0' ,
155+ 'attrs~=25.3.0;python_version<"3.9"' ,
156+ 'attrs>=25.4.0;python_version>="3.9"' ,
156157 "certifi>=2025.10.5" ,
157158 "exceptiongroup>=1.3.0" ,
158159 'websockets~=13.1;python_version<"3.9"' ,
You can’t perform that action at this time.
0 commit comments