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 4184096 commit e922b15Copy full SHA for e922b15
python/{{cookiecutter.project_slug}}/pyproject.toml
@@ -38,7 +38,7 @@ tests = [
38
"pytest-cov",
39
{%- if cookiecutter.add_fastapi %}
40
"httpx",
41
- "jsonschema",
+ "jsonschema~=4.24", # pin to avoid deprecation of ref resolver
42
"pyyaml",
43
{%- endif %}
44
]
0 commit comments