diff --git a/stubs/jsonschema/METADATA.toml b/stubs/jsonschema/METADATA.toml index 872dfc95d..a523ab6cb 100644 --- a/stubs/jsonschema/METADATA.toml +++ b/stubs/jsonschema/METADATA.toml @@ -6,3 +6,5 @@ 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"]