🔖 Release version 0.55.1

This commit is contained in:
Sebastián Ramírez 2020-05-23 18:59:02 +02:00
parent 1092261ae1
commit 8d844bc5cf
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Latest changes
## 0.55.1
* Fix handling of enums with their own schema in path parameters. To support [samuelcolvin/pydantic#1432](https://github.com/samuelcolvin/pydantic/pull/1432) in FastAPI. PR [#1463](https://github.com/tiangolo/fastapi/pull/1463).
## 0.55.0

View File

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.55.0"
__version__ = "0.55.1"
from starlette import status