Skip to content

Commit 767c29e

Browse files
committed
Bump version
1 parent a60693e commit 767c29e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
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."
55
authors = ["Kevin Kirsche <[email protected]>"]
66
readme = "README.md"
77
packages = [{ include = "apispec_pydantic_plugin", from = "src" }]
@@ -28,7 +28,7 @@ exclude = ["/tests"]
2828
[tool.pytest.ini_options]
2929
addopts = "-ra --strict-markers --strict-config"
3030
markers = []
31-
minversion = "7.1"
31+
minversion = "8.3"
3232
testpaths = ["tests"]
3333

3434
[tool.pylint."MESSAGES CONTROL"]
@@ -45,10 +45,6 @@ strict = true
4545
warn_return_any = true
4646
warn_unused_configs = true
4747

48-
[[tool.mypy.overrides]]
49-
ignore_missing_imports = true
50-
module = []
51-
5248
[tool.pydantic-mypy]
5349
init_forbid_extra = true
5450
init_typed = true

0 commit comments

Comments
 (0)