mirror of https://github.com/tiangolo/fastapi.git
🔖 Release 0.103.2
This commit is contained in:
parent
fcda32d231
commit
1bf5e7a10e
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Latest Changes
|
||||
|
||||
## 0.103.2
|
||||
|
||||
### Refactors
|
||||
|
||||
* ⬆️ Upgrade compatibility with Pydantic v2.4, new renamed functions and JSON Schema input/output models with default values. PR [#10344](https://github.com/tiangolo/fastapi/pull/10344) by [@tiangolo](https://github.com/tiangolo).
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||
|
||||
__version__ = "0.103.1"
|
||||
__version__ = "0.103.2"
|
||||
|
||||
from starlette import status as status
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue