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 3fd2d39 commit 148c491Copy full SHA for 148c491
src/validators/__init__.py
@@ -32,6 +32,7 @@
32
from .url import url
33
from .utils import ValidationError, validator
34
from .uuid import uuid
35
+from .inn import inn
36
37
__all__ = (
38
# ...
@@ -104,9 +105,11 @@
104
105
"url",
106
107
"uuid",
108
+ # ...
109
+ "inn",
110
# utils
111
"ValidationError",
112
"validator",
113
)
114
-__version__ = "0.34.0"
115
+__version__ = "0.35.0"
0 commit comments