We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1305224 commit ebe6d41Copy full SHA for ebe6d41
.github/pull_request_template.md
@@ -3,3 +3,4 @@ Checklist:
3
- [ ] Run `pytest tests` and no failed.
4
- [ ] Run `flake8 flask_openapi3 tests examples` and no failed.
5
- [ ] Run `mkdocs serve` and no failed.
6
+- [ ] Run `mypy flask_openapi3` and no failed.
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v2.2.0 2022-11-14
2
+
+- support APIView
+- Add mypy
+- Support python 3.11
+- Upgrade Swagger UI 4.15.5
7
+- Upgrade Redoc UI 2.0.0
8
9
## v2.1.1 2022-10-12
10
11
- [#41](https://github.com/luolingchun/flask-openapi3/issues/41) Set the `requestBody required` default value to True. Thanks @Colin-b
flask_openapi3/__version__.py
@@ -2,4 +2,4 @@
# @Author : llc
# @Time : 2022/4/30 9:20
-__version__ = "2.1.1"
+__version__ = "2.2.0"
0 commit comments