]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix JSON Schema for dataclasses, supporting the fixes in Pydantic 1.9 (#4272)
authorEric Jolibois <em.jolibois@gmail.com>
Sun, 12 Dec 2021 11:28:35 +0000 (12:28 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Dec 2021 11:28:35 +0000 (12:28 +0100)
commitb0cd4d7e7ebdbab130d663d73d5474361116ce63
tree9608446809c2c2bc8ecf964a98adb886ca5dc2ad
parent0a87bc88b85445018d3ced9d07ac6a37f9e6d8f1
🐛 Fix JSON Schema for dataclasses, supporting the fixes in Pydantic 1.9 (#4272)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
tests/test_tutorial/test_dataclasses/test_tutorial002.py