We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4292c commit 76c4888Copy full SHA for 76c4888
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v2.3.2 2023-04-03
2
+
3
+- [#61](https://github.com/luolingchun/flask-openapi3/issues/61) Fix headers with pydantic alias
4
5
## v2.3.1 2023-02-13
6
7
- remove * in install_requires for setuptools 67+
flask_openapi3/__version__.py
@@ -2,4 +2,4 @@
# @Author : llc
# @Time : 2022/4/30 9:20
-__version__ = "2.3.1"
+__version__ = "2.3.2"
0 commit comments