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 bfcf8df commit 45ecbe3Copy full SHA for 45ecbe3
1 file changed
stubs/requests/METADATA.toml
@@ -1,13 +1,14 @@
1
+# requires a version of urllib3 with a py.typed file
2
version = "~=2.33.0"
3
upstream-repository = "https://github.com/psf/requests"
-# requires a version of urllib3 with a py.typed file
4
dependencies = ["urllib3>=2"]
5
extra-description = """\
6
Note: `types-requests` has required `urllib3>=2` since v2.31.0.7. \
7
If you need to install `types-requests` into an environment \
8
that must also have `urllib3<2` installed into it, \
9
you will have to use `types-requests<2.31.0.7`.\
10
"""
11
+obsolete-since = "2.34.0" # Released on 2026-05-11
12
13
[tool.stubtest]
14
extras = ["socks"]
0 commit comments