We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12df5f1 commit bdd5901Copy full SHA for bdd5901
jsonapi_pydantic/v1_0/links.py
@@ -20,6 +20,6 @@ def check_all_values(cls, values: dict) -> dict:
20
return values
21
22
23
-Links = Dict[str, Union[AnyUrl, Link]]
+Links = Dict[str, Union[AnyUrl, Link, None]]
24
25
__all__ = ["Link"]
0 commit comments