Skip to content

Commit 45ecbe3

Browse files
[requests] Mark as obsolete since 2.34.0 (#15775)
1 parent bfcf8df commit 45ecbe3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stubs/requests/METADATA.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1+
# requires a version of urllib3 with a py.typed file
12
version = "~=2.33.0"
23
upstream-repository = "https://github.com/psf/requests"
3-
# requires a version of urllib3 with a py.typed file
44
dependencies = ["urllib3>=2"]
55
extra-description = """\
66
Note: `types-requests` has required `urllib3>=2` since v2.31.0.7. \
77
If you need to install `types-requests` into an environment \
88
that must also have `urllib3<2` installed into it, \
99
you will have to use `types-requests<2.31.0.7`.\
1010
"""
11+
obsolete-since = "2.34.0" # Released on 2026-05-11
1112

1213
[tool.stubtest]
1314
extras = ["socks"]

0 commit comments

Comments
 (0)