]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix `allow_inf_nan` option for Param and Body classes (#11867)
authorGiunio <59511892+giunio-prc@users.noreply.github.com>
Sat, 24 Aug 2024 19:27:37 +0000 (21:27 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Aug 2024 19:27:37 +0000 (14:27 -0500)
commit51b625e127982f626886d467122ef85d5772d1db
tree153efc9747a78eddba37e334787507f81ace4e57
parent48b36f26d83d607a044866633068dbf46e723e0f
🐛 Fix `allow_inf_nan` option for Param and Body classes (#11867)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: svlandeg <svlandeg@github.com>
fastapi/params.py
tests/test_allow_inf_nan_in_enforcing.py [new file with mode: 0644]