From 64820aa48da8bc40235a4098189db155bd648b2c Mon Sep 17 00:00:00 2001 From: Konstantin Baikov Date: Sun, 8 Dec 2024 01:12:57 +0100 Subject: [PATCH] Unpin webcolors in jsonschema (#13215) --- stubs/jsonschema/METADATA.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/stubs/jsonschema/METADATA.toml b/stubs/jsonschema/METADATA.toml index a4fabbc73..5e2ea3e07 100644 --- a/stubs/jsonschema/METADATA.toml +++ b/stubs/jsonschema/METADATA.toml @@ -6,5 +6,3 @@ partial_stub = true [tool.stubtest] ignore_missing_stub = true extras = ["format"] -# see https://github.com/python/typeshed/issues/12107 for the reason for the pin -stubtest_requirements = ["webcolors<24.6.0"]