Skip to content

Commit

Permalink
Pin types-requests to resolve dependency resolution error (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
edingroot committed Oct 4, 2023
1 parent 2589a2b commit b4b10ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ mypy
pre-commit==1.21.0
pytest
types-PyYAML
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.
types-requests==2.31.0.5

0 comments on commit b4b10ce

Please sign in to comment.