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 f35a63e commit 7261f10Copy full SHA for 7261f10
2 files changed
stubs/decorator/METADATA.toml
@@ -1,3 +1,3 @@
1
version = "5.2.*"
2
upstream-repository = "https://github.com/micheles/decorator"
3
-obsolete-since = "5.3.0" # Released on 2026-05-17
+obsolete-since = { version = "5.3.0", date = "2026-05-17" }
stubs/requests/METADATA.toml
@@ -8,7 +8,7 @@ extra-description = """\
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
+obsolete-since = { version = "2.34.0", date = "2026-05-11" }
12
13
[tool.stubtest]
14
extras = ["socks"]
0 commit comments