Add fastjsonschema as a dependency

This commit is contained in:
2022-05-04 14:30:53 +02:00
parent 6bc7fc63b2
commit 129bce02e2
3 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
from typing import Any, Callable, Dict
def compile(definition: Dict[str, Any], handlers: Dict[str, Any] = ..., formats: Dict[str, Any] = ..., use_default: bool = ...) -> Callable[[Any], None]: ...