From 9e4613789ce935268e95fc0b180c4993bf7a2904 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 02:33:22 +0100 Subject: [PATCH] [stubsabot] Mark urllib3 as obsolete since 2.0.0 (#10087) Release: https://pypi.org/pypi/urllib3/2.0.0 Changelog: https://github.com/urllib3/urllib3/blob/main/CHANGES.rst Diff: https://github.com/urllib3/urllib3/compare/1.26.15...2.0.0 Co-authored-by: stubsabot <> --- stubs/urllib3/METADATA.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/urllib3/METADATA.toml b/stubs/urllib3/METADATA.toml index 791b8435e..84c49f9bb 100644 --- a/stubs/urllib3/METADATA.toml +++ b/stubs/urllib3/METADATA.toml @@ -1,4 +1,5 @@ version = "1.26.*" +obsolete_since = "2.0.0" # Released on 2023-04-26 [tool.stubtest] ignore_missing_stub = true