fastapi/fastapi
Peter Volf d3662a4f88
Merge branch 'master' into fix-duplicate-special-dependency-handling
2025-07-22 21:51:53 +02:00
..
dependencies Merge branch 'master' into fix-duplicate-special-dependency-handling 2025-07-22 21:51:53 +02:00
middleware
openapi ⬆️ Update ReDoc to version 2.x (#9700) 2025-04-28 20:31:44 +02:00
security Add `refreshUrl` parameter in `OAuth2PasswordBearer` (#11460) 2025-06-17 12:46:49 +02:00
__init__.py 🔖 Release version 0.116.1 2025-07-11 18:17:57 +02:00
__main__.py
_compat.py 🐛 Fix truncating the model's description with form feed (`\f`) character for Pydantic V2 (#13698) 2025-06-17 09:46:27 +02:00
applications.py 📝 Add annotations to HTTP middleware example (#11530) 2025-06-17 12:48:10 +02:00
background.py
cli.py
concurrency.py 🐛 Preserve traceback when exception is raised in sync dependency with `yield` (#5823) 2024-12-03 23:37:12 +01:00
datastructures.py
encoders.py
exception_handlers.py
exceptions.py
logger.py
param_functions.py 📝 Fix minor typos (#12516) 2024-10-23 19:30:18 +01:00
params.py ♻️ Update internal checks to support Pydantic 2.10 (#12914) 2024-11-12 17:10:42 +01:00
py.typed
requests.py
responses.py
routing.py ⬆️ Upgrade Starlette supported version range to `>=0.40.0,<0.48.0` (#13884) 2025-07-11 18:15:27 +02:00
staticfiles.py
templating.py
testclient.py
types.py
utils.py ♻️ Rename internal `create_response_field()` to `create_model_field()` as it's used for more than response models (#12103) 2024-09-01 01:46:03 +02:00
websockets.py