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 a6c0493 commit 02d13c6Copy full SHA for 02d13c6
requirements.txt
@@ -3,7 +3,7 @@ packaging>=24.2
3
setuptools~=70.2;python_version<"3.10"
4
setuptools>=75.8.0;python_version>="3.10"
5
wheel>=0.45.1
6
-attrs>=24.3.0
+attrs>=25.1.0
7
certifi>=2024.12.14
8
exceptiongroup>=1.2.2
9
websockets~=13.1;python_version<"3.9"
setup.py
@@ -152,7 +152,7 @@
152
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
153
'setuptools>=75.8.0;python_version>="3.10"',
154
'wheel>=0.45.1',
155
- 'attrs>=24.3.0',
+ 'attrs>=25.1.0',
156
"certifi>=2024.12.14",
157
"exceptiongroup>=1.2.2",
158
'websockets~=13.1;python_version<"3.9"',
0 commit comments