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 bed62be commit 5ced824Copy full SHA for 5ced824
Pipfile
@@ -14,7 +14,7 @@ flake8-isort = "*"
14
isort = "*"
15
pre-commit = "*"
16
pytest = "*"
17
-vcrpy = "*"
+vcrpy = ">=4.3.0,!=4.3.1,<4.4.0" # v4.3.1 broke decode_compressed_response
18
urllib3 = "<2" # pin until https://github.com/kevin1024/vcrpy/issues/688 is fixed
19
mypy = "==0.961"
20
types-requests = "*"
0 commit comments