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 66b3d6b commit be2bab4Copy full SHA for be2bab4
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "hat-json"
3
-version = "0.6.3"
+version = "0.6.4"
4
description = "Hat JSON library"
5
readme = "README.rst"
6
requires-python = ">=3.10"
@@ -29,7 +29,7 @@ Documentation = "http://hat-json.hat-open.com"
29
30
[project.optional-dependencies]
31
rs = [
32
- "jsonschema_rs ~=0.29.1",
+ "jsonschema_rs ~=0.37.4",
33
]
34
dev = [
35
"hat-doit ~=0.16.2",
requirements.pip.txt
@@ -2,7 +2,7 @@ hat-doit ~=0.16.2
hat-util ~=0.6.19
jsonpatch ~=1.33
jsonschema ~=4.23.0
-jsonschema_rs ~=0.29.1
+jsonschema_rs ~=0.37.4
pyyaml ~=6.0.2
7
referencing ~=0.35.1
8
sphinxcontrib-programoutput >=0.17
0 commit comments