We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c6fca commit f194dd1Copy full SHA for f194dd1
pyproject.toml
@@ -7,7 +7,7 @@ name = "django_custom_jsonfield"
7
license = {text = "MIT"}
8
description = "An extended JSON field for Django and DRF with validation support using jsonschema."
9
requires-python = ">=3.8"
10
-version = "1.2"
+version = "1.3"
11
dependencies = [
12
"django>=4.0,<5.1",
13
"jsonschema>=4.0,<5",
0 commit comments