From a413db4404fc57947a4c1ccf0e5ae83dbd5441b9 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 20 Feb 2026 00:19:38 +0000 Subject: [PATCH] [stubsabot] Mark fpdf2 as obsolete since 2.8.6 Release: https://pypi.org/pypi/fpdf2/2.8.6 Homepage: https://py-pdf.github.io/fpdf2/ Repository: https://github.com/py-pdf/fpdf2 Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/fpdf2 Diff: https://github.com/py-pdf/fpdf2/compare/2.8.4...2.8.6 --- stubs/fpdf2/METADATA.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/fpdf2/METADATA.toml b/stubs/fpdf2/METADATA.toml index 640beb3f1d8f..0a8398549e31 100644 --- a/stubs/fpdf2/METADATA.toml +++ b/stubs/fpdf2/METADATA.toml @@ -1,6 +1,7 @@ version = "2.8.4" upstream_repository = "https://github.com/py-pdf/fpdf2" requires = ["Pillow>=10.3.0"] +obsolete_since = "2.8.6" # Released on 2026-02-19 [tool.stubtest] stubtest_requirements = ["cryptography"]