78 Commits (c1f1585dcef61317bff18d0870cc97125e627577)

Author SHA1 Message Date
Sebastián Ramírez 7c5626bef7
⬆️ Upgrade Ruff (#5698) 2 years ago
Sebastián Ramírez fa74093440
Use Ruff for linting (#5630) 2 years ago
Sebastián Ramírez 74ce2204ae
⬆️ Upgrade mypy and tweak internal type annotations (#5398) 3 years ago
Ofek Lev 4267bd1f4f
🔧 Update package metadata, drop support for Python 3.6, move build internals from Flit to Hatch (#5240) 3 years ago
Muzaffer Cikay c8124496fc
♻ Simplify conditional assignment in `fastapi/dependencies/utils.py` (#4597) 3 years ago
juntatalor ca2fae0588
Add support for `FrozenSet` in parameters (e.g. query) (#2938) 3 years ago
laggardkernel b993b4af28
🐛 Fix cached dependencies when using a dependency in `Security()` and other places (e.g. `Depends()`) with different OAuth2 scopes (#2945) 3 years ago
[object Object] f412d36f62
Update fastapi/dependencies/utils.py 3 years ago
Lucas Wiman c1691f5d94 mypy complains about this code since Callable does not have a .__wrapped__ attribute. 3 years ago
Lucas Wiman 6341bc38a2 Traverse __wrapped__ attribute to get to original namespace. 3 years ago
Sebastián Ramírez 9262fa8362
Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906) 3 years ago
Marcelo Trylesinski 33d61430cf
⬆ Upgrade Starlette from 0.17.1 to 0.18.0 (#4483) 3 years ago
Sebastián Ramírez 1bf55200a9
Add support for declaring `UploadFile` parameters without explicit `File()` (#4469) 3 years ago
Thomas Grainger 11d0a08acd
Add support for Trio via AnyIO (#3372) 4 years ago
Sebastián Ramírez 684c0077cc
Add support for `dataclasses` in request bodies and `response_model` (#3577) 4 years ago
Sebastián Ramírez 4d208b2b90
🎨 Add newly required type annotations for mypy (#2882) 4 years ago
Sebastián Ramírez fdb6c9ccc5
Improve type annotations, add support for mypy --strict, internally and for external packages (#2547) 4 years ago
Marcelo Trylesinski b299792ebf
✏️ Fix typo on dependencies utils and cleanup unused variable (#1912) 4 years ago
Sebastián Ramírez e1758d107e
⬆ Require Pydantic > 1.0 (#1862) 5 years ago
Nik b9a0179a03
Add support for injecting HTTPConnection (#1827) 5 years ago
Sebastián Ramírez 38d8bab770
Raise early when using form data without installing python-multipart (#1851) 5 years ago
Yurii Karabas 55b9faeb48
♻ Simplify code syntax in several places (#1753) 5 years ago
Nima Mashhadi M. Reza 3223de5598
🎨 Add typing.Optional to variables that accept None as value (#1731) 5 years ago
Bloodielie b344cc9415
♻ Refactor and merge for loops in dependant creation (#1714) 5 years ago
JAYATI SHRIVASTAVA 2b47f3e56b
Add support for adding OpenAPI schema for GET requests with a body (#1626) 5 years ago
Brian Mboya fe453f80ed
⬆ Upgrade isort to version 5.x.x (#1670) 5 years ago
Andrew 12bc9285f7
🐛 Fix body validation error response, remove variable name when it is not embedded (#1553) 5 years ago
Andrew 7dd881334d
🐛 Fix testing security scopes when using dependency overrides (#1549) 5 years ago
obataku 7ce756f9dd
🐛 Fix duplicated headers set by indirect dependencies (#1386) 5 years ago
kota matsuoka a0ab47e89e
🎨 Remove unused f-string (#1526) 5 years ago
Micah Rosales b90bf2da9e
🐛 Fix callable class generator dependencies (#1365) 5 years ago
Sebastián Ramírez 5984233223
🐛 Fix Enum handling with their own schema definitions (#1463) 5 years ago
Toan Vuong 90afc72e64
🐛 Fix automatic embedding with dependencies and sub-dependencies (#1079) 5 years ago
Patrick McKenna afad59dfbb
🐛 Admit valid types for Pydantic fields as responses models (#1017) 5 years ago
David Montague c425509d57
🐛 Fix body parsing (#918) 5 years ago
Nik 874d24181e 🐛 Fix validating form params declared with classes (list, tuple, set, etc) (#856) 5 years ago
François Voron f3ddc7bdeb 🐛 Allow async class methods as dependencies (#681) 5 years ago
dmontagu ab2b86fe2c Add support for Pydantic v1 and above 🎉 (#646) 5 years ago
François Voron 8609beb9ab 🚨 Fix black linting (#682) 5 years ago
Sebastián Ramírez 3f9f4a0f8f
Add dependencies with yield (used as context managers) (#595) 6 years ago
jonathanunderwood b20b2218cd Allow defaults in path parameters (and don't use them) (#450) (#464) 6 years ago
dmontagu d8fe307d61 Add support for strings and __future__ type annotations (#451) 6 years ago
Zoltan Papp c5817912d2 🐛 use media_type from Body params for OpenAPI requestBody (Fixes: #431) (#439) 6 years ago
dmontagu 483eb73b26 🐛 Use caching logic to determine OpenAPI spec for duplicate dependencies (#417) 6 years ago
Koudai Aono 06eb421934 Fix request body parsing with Union (#400) 6 years ago
Sebastián Ramírez dcc1e1bcf8
♻️ Refine internal type declarations and logic around them (#338) 6 years ago
Sebastián Ramírez 6939621730
bug: Fix handling an empty-body request with a required body param (#311) 6 years ago
Sebastián Ramírez 5f7fe926ab
Add support for Response parameters to set headers, cookies, and status codes (#294) 6 years ago
Sebastián Ramírez bff5dbbf5d
Implement dependency value cache per request (#292) 6 years ago
Sebastián Ramírez 09cd7c47a1
Implement dependency overrides for testing (#291) 6 years ago