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 bbfef6c commit 7a16ef9Copy full SHA for 7a16ef9
ninja_schema/__init__.py
@@ -1,6 +1,6 @@
1
"""Django Schema - Builds Pydantic Schemas from Django Models with default field type validations"""
2
3
-__version__ = "0.14.2"
+__version__ = "0.14.3"
4
5
from .orm.factory import SchemaFactory
6
from .orm.model_schema import ModelSchema
0 commit comments