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 e854743 commit e65858dCopy full SHA for e65858d
tox.ini
@@ -21,7 +21,7 @@ labels = core
21
allowlist_externals = poetry
22
commands_pre =
23
poetry install --only main --only test --no-root --all-extras
24
- poetry add 'pydantic==*'
+ poetry add 'pydantic>=1.8'
25
commands = poetry run pytest -vv tests
26
27
[testenv:type_pydantic1]
@@ -35,7 +35,7 @@ commands = poetry run mypy openapi_pydantic tests
35
36
37
poetry install --no-root --all-extras
38
39
commands = poetry run mypy openapi_pydantic tests
40
41
[testenv:format]
0 commit comments