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.
types-requests
vcrpy
py 3.8
py 3.9
1 parent effd6c8 commit 69f757eCopy full SHA for 69f757e
requirements-dev.txt
@@ -1,8 +1,13 @@
1
mypy~=1.9.0
2
ruff~=0.9.9
3
-types-requests~=2.32.0.20241016
+# [PINNED] for Python 3.8 compatibility
4
+# higher versions require urllib3>=2.0
5
+types-requests~=2.31.0.6
6
pytest~=8.3.4
7
pytest-vcr~=1.0.2
8
+# [PINNED] to v6.x since vcrpy>=7.0 requires urllib3>=2.0
9
+# which breaks compatibility with Python 3.8
10
+vcrpy~=6.0.2
11
pytest-order~=1.3.0
12
pytest-timer[termcolor]~=1.0.0
13
pytest-sugar~=1.0.0
0 commit comments