Skip to content

Commit 951cfc2

Browse files
authored
update jsonschema lower bound to 4.18+ (#18036)
1 parent 10cd426 commit 951cfc2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"humanize>=4.9.0,<5.0.0",
4242
"importlib_metadata>=4.4;python_version<'3.10'",
4343
"jsonpatch>=1.32,<2.0",
44-
"jsonschema>=4.0.0,<5.0.0",
44+
"jsonschema>=4.18.0,<5.0.0",
4545
"opentelemetry-api>=1.27.0,<2.0.0",
4646
"orjson>=3.7,<4.0",
4747
"packaging>=21.3,<25.1",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies = [
5757
"humanize>=4.9.0,<5.0.0",
5858
"importlib_metadata>=4.4;python_version<'3.10'",
5959
"jsonpatch>=1.32,<2.0",
60-
"jsonschema>=4.0.0,<5.0.0",
60+
"jsonschema>=4.18.0,<5.0.0",
6161
"opentelemetry-api>=1.27.0,<2.0.0",
6262
"orjson>=3.7,<4.0",
6363
"packaging>=21.3,<25.1",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)