Skip to content

Commit ee4683b

Browse files
authored
Merge pull request #506 from python-openapi/feature/upgrade-jsonschema-path-0.5
Upgrade jsonschema-path 0.5
2 parents 27cb341 + 692131c commit ee4683b

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

poetry.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
dependencies = [
2727
"jsonschema >=4.26.0,<5.0.0",
2828
"openapi-schema-validator >=0.9.0,<0.10.0",
29-
"jsonschema-path >=0.4.3,<0.5.0",
29+
"jsonschema-path >=0.5.0,<0.6.0",
3030
"lazy-object-proxy >=1.7.1,<2.0",
3131
"pydantic-settings (>=2.0.0,<3.0.0)",
3232
"pydantic (>=2.0.0,<3.0.0)",

0 commit comments

Comments
 (0)