]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 28 Jun 2019 10:36:52 +0000 (12:36 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 28 Jun 2019 10:36:52 +0000 (12:36 +0200)
docs/release-notes.md

index 2d712b59245ec73c73becf42a49f1b0b12098b2e..17b250b6fdd448ebd2f9e637ad4579d5267533ed 100644 (file)
@@ -1,5 +1,10 @@
 ## Latest changes
 
+* Upgrade Pydantic supported version to `0.29.0`.
+    * New supported version range is `"pydantic >=0.28,<=0.29.0"`.
+    * This adds support for Pydantic [Generic Models](https://pydantic-docs.helpmanual.io/#generic-models), kudos to [@dmontagu](https://github.com/dmontagu).
+    * PR [#344](https://github.com/tiangolo/fastapi/pull/344).
+
 ## 0.30.1
 
 * Add section in docs about [External Links and Articles](https://fastapi.tiangolo.com/external-links/). PR [#341](https://github.com/tiangolo/fastapi/pull/341).