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 95bfde7 commit 11e5d9bCopy full SHA for 11e5d9b
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