Skip to content

Commit 5a81d1e

Browse files
authored
Merge pull request #449 from python-openapi/feature/jsonschema-path-upgrade-2
Jsonschema-path 0.4.0b2 upgrade
2 parents c14fff0 + 6b3e091 commit 5a81d1e

File tree

2 files changed

+51
-59
lines changed

2 files changed

+51
-59
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
dependencies = [
2727
"jsonschema >=4.24.0,<4.25.0",
2828
"openapi-schema-validator >=0.6.0,<0.7.0",
29-
"jsonschema-path >=0.4.0b1,<0.5.0",
29+
"jsonschema-path >=0.4.0b2,<0.5.0",
3030
"lazy-object-proxy >=1.7.1,<2.0",
3131
]
3232

@@ -64,6 +64,7 @@ flynt = "^1.0"
6464
deptry = "^0.23.0"
6565
flake8 = "^5.0.4"
6666
pyflakes = "^2.5.0"
67+
snakeviz = "^2.2.2"
6768

6869
[tool.coverage.run]
6970
branch = true

0 commit comments

Comments
 (0)