Skip to content

Commit be2bab4

Browse files
jkrstulobozokopic
authored andcommitted
requirements update - jsonschema_rs
1 parent 66b3d6b commit be2bab4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hat-json"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
description = "Hat JSON library"
55
readme = "README.rst"
66
requires-python = ">=3.10"
@@ -29,7 +29,7 @@ Documentation = "http://hat-json.hat-open.com"
2929

3030
[project.optional-dependencies]
3131
rs = [
32-
"jsonschema_rs ~=0.29.1",
32+
"jsonschema_rs ~=0.37.4",
3333
]
3434
dev = [
3535
"hat-doit ~=0.16.2",

requirements.pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ hat-doit ~=0.16.2
22
hat-util ~=0.6.19
33
jsonpatch ~=1.33
44
jsonschema ~=4.23.0
5-
jsonschema_rs ~=0.29.1
5+
jsonschema_rs ~=0.37.4
66
pyyaml ~=6.0.2
77
referencing ~=0.35.1
88
sphinxcontrib-programoutput >=0.17

0 commit comments

Comments
 (0)