173 Commits (afe0fc277a19780c4c4d25d1acbdf6748e45ddc7)

Author SHA1 Message Date
Sebastián Ramírez 1bf55200a9
Add support for declaring `UploadFile` parameters without explicit `File()` (#4469) 4 years ago
Sebastián Ramírez 569afb4378
Add support for tags with Enums (#4468) 4 years ago
Mark ca5d57ea79
Allow hiding from OpenAPI (and Swagger UI) `Query`, `Cookie`, `Header`, and `Path` parameters (#3144) 4 years ago
Sebastián Ramírez d08a062ee2
Add docs and tests for Python 3.9 and Python 3.10 (#3712) 5 years ago
weekwith.me 0a61a6c865
📝 Update `docs/tutorial/dependencies/classes-as-dependencies`: Add type of query parameters in a description of `Classes as dependencies` (#4015) 5 years ago
tomwei7 c54fb7e208
📝 Update docs with pip install calls when using extras with brackets, use quotes for compatibility with Zsh (#3131) 5 years ago
Jorge Alvarado e43f434448
✏️ Add a missing comma in the security tutorial (#3564) 5 years ago
Denys Marichev 7efdc11075
✏ Fix typo about file path in `docs/en/docs/tutorial/bigger-applications.md` (#3285) 5 years ago
Bharat Raghunathan d06b4d7bb8
✏ Re-word to clarify test client in `docs/en/docs/tutorial/testing.md` (#3382) 5 years ago
Pax 4f168c5ada
📝 Fix incorrect highlighted code (#3325) 5 years ago
Greg Gandenberger afe1f69e79
📝 Remove note about (now supported) feature from Swagger UI in `docs/en/docs/tutorial/request-files.md` (#2803) 5 years ago
graue70 17f0ec8927
✏ Fix typo re-word in `docs/tutorial/handling-errors.md` (#2700) 5 years ago
Thomas Grainger 11d0a08acd
Add support for Trio via AnyIO (#3372) 5 years ago
Edward Knight daa0765653
📝 Update docs about async and response-model with more gender neutral language (#1869) 5 years ago
dkreeft 6f45f43709
Add additonal OpenAPI metadata parameters to `FastAPI` class, shown on the automatic API docs UI (#1812) 5 years ago
jaystone776 1241f7f0b7
✏ Fix code highlighted line in: `body-nested-models.md` (#3463) 5 years ago
jaystone776 e4eac12c34
✏ Fix typo in `body-nested-models.md` (#3462) 5 years ago
David Brakman 4cb4bdb984
✏ Fix typo "might me" -> "might be" in `docs/en/docs/tutorial/schema-extra-example.md` (#3362) 5 years ago
Austin Orr e10a4375f9
Add support for adding multiple examples in request bodies and path, query, cookie, and header params (#1267) 5 years ago
johnthagen 5dc3ec4a65
✏ Fix typo in Tutorial - Handling Errors (#2486) 5 years ago
kangni bbb22813e6
✏ Fix typo/clarify docs for SQL (Relational) Databases (#2393) 5 years ago
Sebastián Ramírez e2a6341c60
📝 Update Uvicorn installation instructions to use uvicorn[standard] (includes uvloop) (#2543) 6 years ago
Sebastián Ramírez 313bbe802f
Add support for shared/top-level parameters (dependencies, tags, etc) (#2434) 6 years ago
Camila Gutierrez 733218f199
✏️ Fix typo in Tutorial - Path Parameters (#2231) 6 years ago
David Dobrinskiy b323726d86
✏ Fix a stylistic error in docs (#2206) 6 years ago
谭九鼎 ab0379ee52
✏ Fix capitalizaiton typo in docs (#2204) 6 years ago
Ammar Asmro b892b5e028
✏ Fix typo in docs (#2179) 6 years ago
谭九鼎 8355832c7c
📝 Update/fix links in docs to use HTTPS (#2165) 6 years ago
nukopy 3dbdc74366
✏ Fix typos and add rewording in docs (#2159) 6 years ago
Teofilo Zosa 9118749128
✏ Fix minor typos in docs (#2122) 6 years ago
Nutchanon Ninyawee 074d39fa17
✏ Fix incorrect Celery URLs in docs (#2100) 6 years ago
Daniel Murrell 5df00f3ec4
📝 Add note in CORS tutorial about allow_origins with ["*"] and allow_credentials (#1895) 6 years ago
Camila Gutierrez 3702cef08d
✏️ Fix uppercase in Tutorial - Query Parameters (#2245) 6 years ago
Brock Friedrich be669059fb
🎨 Simplify docs hl_lines ranges and standardize 2 spaces between each range (#1863) 6 years ago
Elliana May 0a2fc78fea
✏️ Update docs to remove gender-specific references (#1824) 6 years ago
Yağızcan Değirmenci 25cb05c876
✏ Fix documentation typo in Query Parameters and String Validations (#1832) 6 years ago
Felix Böhm 2fd28434dd
📝 Add documentation about async tests (pytest-asyncio and httpx) (#1619) 6 years ago
s2s 604fea9fc1
📝 Add link in sql-databases.md tutorial to async-sql-databases.md in advanced section. (#1813) 6 years ago
Nils Lindemann eab9a0e139
✏ Fix typos and rewording in docs for security (#1678) 6 years ago
Nils Lindemann 9840d9e59d
✏ Fix typos in docs for dependencies (#1675) 6 years ago
JAYATI SHRIVASTAVA 2b47f3e56b
Add support for adding OpenAPI schema for GET requests with a body (#1626) 6 years ago
Brian Mboya 921642dc7b
📝 Update JWT docs to use python-jose (#1610) 6 years ago
Rupsi Kaushik 70a51b3aff
Auto-generate OpenAPI servers from root_path (#1596) 6 years ago
Katherine Bancroft d0e739d8f2
📝 Add note in docs on order in Pydantic Unions (#1591) 6 years ago
Sebastián Ramírez e9e07c41bb 🎨 Add format, finishing period 6 years ago
Eyitayo Ogunbiyi 17a5e18f46
📝 Add link to all valid pydantic data types (#1612) 6 years ago
Sebastián Ramírez 1f01ce9615
📝 Use Optional in docs (#1644) 6 years ago
Andrew 12bc9285f7
🐛 Fix body validation error response, remove variable name when it is not embedded (#1553) 6 years ago
retnikt c6dd627bdd
Add support for Python's http.HTTPStatus in status_code (#1534) 6 years ago
Yankee 748bedd37c
📝 Updated docs for path-params (#1521) 6 years ago