We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4665131 commit bd4f4d0Copy full SHA for bd4f4d0
1 file changed
src/cattrs/v/__init__.py
@@ -1,6 +1,7 @@
1
"""Cattrs validation."""
2
from typing import Callable, List, Union
3
4
+from .._compat import ExceptionGroup
5
from ..errors import (
6
ClassValidationError,
7
ForbiddenExtraKeysError,
0 commit comments