File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " apispec-pydantic-plugin"
3
- version = " 0.5.3 "
4
- description = " "
3
+ version = " 0.6.0 "
4
+ description = " A plugin to enable support for Pydantic models in APISpec. "
5
5
authors = [
" Kevin Kirsche <[email protected] >" ]
6
6
readme = " README.md"
7
7
packages = [{ include = " apispec_pydantic_plugin" , from = " src" }]
@@ -28,7 +28,7 @@ exclude = ["/tests"]
28
28
[tool .pytest .ini_options ]
29
29
addopts = " -ra --strict-markers --strict-config"
30
30
markers = []
31
- minversion = " 7.1 "
31
+ minversion = " 8.3 "
32
32
testpaths = [" tests" ]
33
33
34
34
[tool .pylint ."MESSAGES CONTROL" ]
@@ -45,10 +45,6 @@ strict = true
45
45
warn_return_any = true
46
46
warn_unused_configs = true
47
47
48
- [[tool .mypy .overrides ]]
49
- ignore_missing_imports = true
50
- module = []
51
-
52
48
[tool .pydantic-mypy ]
53
49
init_forbid_extra = true
54
50
init_typed = true
You can’t perform that action at this time.
0 commit comments