]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
⚡️ Improve performance in request body parsing with a cache for internal model fields...
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 11 Sep 2024 07:45:30 +0000 (09:45 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2024 07:45:30 +0000 (09:45 +0200)
commitb0eedbb5804a6ac32e4ee8d029d462d950ff8848
tree41193e49e443d41ccc79bd886f7e06f2c5ab071b
parent74451189f6f243833674fc22a1fe57dfb21f9831
⚡️ Improve performance in request body parsing with a cache for internal model fields (#12184)
fastapi/_compat.py
fastapi/dependencies/utils.py
tests/test_compat.py