From 1d2a98b1d1da2ec87c412421249dbfb64048abb8 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 12 Feb 2026 00:21:51 +0000 Subject: [PATCH] [stubsabot] Mark icalendar as obsolete since 7.0.0 Release: https://pypi.org/pypi/icalendar/7.0.0 Homepage: https://icalendar.readthedocs.io/en/stable/ Repository: https://github.com/collective/icalendar Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/icalendar Changelog: https://icalendar.readthedocs.io/en/stable/changelog.html Diff: https://github.com/collective/icalendar/compare/v6.3.2...v7.0.0 --- stubs/icalendar/METADATA.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/icalendar/METADATA.toml b/stubs/icalendar/METADATA.toml index 9fbe58c111a2..3596ada3cede 100644 --- a/stubs/icalendar/METADATA.toml +++ b/stubs/icalendar/METADATA.toml @@ -1,6 +1,7 @@ version = "6.3.2" upstream_repository = "https://github.com/collective/icalendar" requires = ["types-python-dateutil", "types-pytz"] +obsolete_since = "7.0.0" # Released on 2026-02-11 [tool.stubtest] stubtest_requirements = ["pytz"]