Skip to content

Commit 493a24e

Browse files
authored
requests stubs are not Python 2-compatible
See #7478 (comment): `types-requests` imports `types-urllib3`, and `types-urllib3` is incompatible with Python 2.
1 parent d3df6da commit 493a24e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stubs/requests/METADATA.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
version = "2.27.*"
22
requires = ["types-urllib3<1.27"] # keep in sync with requests's setup.py
3-
python2 = true

0 commit comments

Comments
 (0)