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.
2 parents fc587ed + bf051d1 commit 1b85f7aCopy full SHA for 1b85f7a
CHANGES.md
@@ -2,6 +2,14 @@
2
3
Unreleased
4
5
+## Version 0.13.2
6
+
7
+Released 2025-8-31
8
9
+Features
10
11
+- Support async Flask views. (thanks to @kouk)
12
13
## Version 0.13.1
14
15
Released 2025-04-23
flask_pydantic/version.py
@@ -1 +1 @@
1
-__version__ = "0.13.1"
+__version__ = "0.13.2"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "Flask-Pydantic"
-version = "0.13.1"
+version = "0.13.2"
description = "Flask extension for integration with Pydantic library."
readme = "README.md"
license = { file = "LICENSE.txt" }
0 commit comments