This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
fastapi
Watch
1
Star
0
Fork
0
You've already forked fastapi
mirror of
https://github.com/fastapi/fastapi.git
synced
2026-01-18 02:49:51 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0.121.3
fastapi
/
fastapi
/
dependencies
History
Sebastián Ramírez
85701631a0
♻️
Make the result of
Depends()
and
Security()
hashable, as a workaround for other tools interacting with these internal parts (
#14372
)
2025-11-19 17:50:18 +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
♻️
Make the result of
Depends()
and
Security()
hashable, as a workaround for other tools interacting with these internal parts (
#14372
)
2025-11-19 17:50:18 +01:00