mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
Use dashes instead of underscores for METADATA.toml field names (#15614)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version = "2.8.4"
|
||||
upstream_repository = "https://github.com/py-pdf/fpdf2"
|
||||
upstream-repository = "https://github.com/py-pdf/fpdf2"
|
||||
dependencies = ["Pillow>=10.3.0"]
|
||||
obsolete_since = "2.8.6" # Released on 2026-02-19
|
||||
obsolete-since = "2.8.6" # Released on 2026-02-19
|
||||
|
||||
[tool.stubtest]
|
||||
stubtest_dependencies = ["cryptography"]
|
||||
stubtest-dependencies = ["cryptography"]
|
||||
|
||||
Reference in New Issue
Block a user