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 2589a2b commit b4b10ceCopy full SHA for b4b10ce
requirements-dev.txt
@@ -6,4 +6,5 @@ mypy
6
pre-commit==1.21.0
7
pytest
8
types-PyYAML
9
-types-requests
+# To resolve the error: types-requests 2.31.0.6 has requirement urllib3>=2, but you'll have urllib3 1.26.15 which is incompatible.
10
+types-requests==2.31.0.5
0 commit comments