Skip to content

Commit b4b10ce

Browse files
authored
Pin types-requests to resolve dependency resolution error (#131)
1 parent 2589a2b commit b4b10ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ mypy
66
pre-commit==1.21.0
77
pytest
88
types-PyYAML
9-
types-requests
9+
# 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

Comments
 (0)