]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release 0.103.2 0.103.2
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 28 Sep 2023 19:57:42 +0000 (14:57 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 28 Sep 2023 19:57:42 +0000 (14:57 -0500)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 1a74cc17f6a613e00d9b8a6785b5779ed63c398d..11333a712e4b83a4182ca49d7528d2f4f2e16b19 100644 (file)
@@ -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).
index 329477e412794e779bc5e07df85977d322eed358..981ca49455a34e34f1414b0e04b8d9874135c94b 100644 (file)
@@ -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