This website requires JavaScript.
Explore
Sign In
skills
/
fastapi__fastapi
Watch
1
Star
0
Fork
0
You've already forked fastapi__fastapi
mirror of
https://github.com/fastapi/fastapi.git
synced
2026-09-14 13:36:21 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
282f372eda661c865fa1208bd0371bf47d190b2a
fastapi__fastapi
/
fastapi
/
dependencies
T
History
luzzodev
282f372eda
🐛
Fix
Depends(func, scope='function')
for top level (parameterless) dependencies (
#14301
)
2025-11-08 22:43:30 +01:00
..
__init__.py
♻️
Refactor, fix and update code
2018-12-06 20:24:50 +04:00
models.py
✨
Add support for dependencies with scopes, support
scope="request"
for dependencies with
yield
that exit before the response is sent (
#14262
)
2025-11-03 11:12:49 +01:00
utils.py
🐛
Fix
Depends(func, scope='function')
for top level (parameterless) dependencies (
#14301
)
2025-11-08 22:43:30 +01:00