Commit Graph

4064 Commits

Author SHA1 Message Date
Sebastián Ramírez 59e36481dc
🔧 Add Striveworks sponsor (#4596) 2022-02-17 14:18:01 +00:00
github-actions 4fcb00328c 📝 Update release notes 2022-02-17 12:40:46 +00:00
Sebastián Ramírez 9d56a3cb59
Update internal `AsyncExitStack` to fix context for dependencies with `yield` (#4575) 2022-02-17 13:40:12 +01:00
github-actions 78b07cb809 📝 Update release notes 2022-02-13 17:19:09 +00:00
Sebastián Ramírez 6034f80687
💚 Only build docs on push when on master to avoid duplicate runs from PRs (#4564) 2022-02-13 18:18:38 +01:00
github-actions b93f8a709a 📝 Update release notes 2022-02-01 14:28:16 +00:00
github-actions[bot] 618c99d774
👥 Update FastAPI People (#4502)
Co-authored-by: github-actions <github-actions@github.com>
2022-02-01 15:27:34 +01:00
Sebastián Ramírez 291180bf2d 🔖 Release version 0.73.0 2022-01-23 23:38:51 +01:00
Sebastián Ramírez cbe8d552c1 📝 Update release notes 2022-01-23 23:37:48 +01:00
github-actions af18d5c49f 📝 Update release notes 2022-01-23 22:14:28 +00:00
Victor Benichoux a698908ed6
🐛 Fix bug preventing to use OpenAPI when using tuples (#3874)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-01-23 23:13:55 +01:00
github-actions dba9ea8120 📝 Update release notes 2022-01-23 21:31:08 +00:00
Sebastián Ramírez f8d4d04015
📝 Tweak and improve docs for Request Files (#4470) 2022-01-23 21:30:35 +00:00
github-actions 5a864d8261 📝 Update release notes 2022-01-23 19:14:47 +00:00
Sebastián Ramírez 1bf55200a9
Add support for declaring `UploadFile` parameters without explicit `File()` (#4469) 2022-01-23 19:14:13 +00:00
github-actions 59b1f353b3 📝 Update release notes 2022-01-23 17:43:36 +00:00
Sebastián Ramírez 569afb4378
Add support for tags with Enums (#4468) 2022-01-23 18:43:04 +01:00
Sebastián Ramírez 0f8349fcb7 📝 Update release notes 2022-01-23 18:03:42 +01:00
github-actions 6215fdd39e 📝 Update release notes 2022-01-23 16:34:52 +00:00
Vivek Sunder 94ca8c1e29
🐛 Prefer custom encoder over defaults if specified in `jsonable_encoder` (#2061)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-01-23 17:34:18 +01:00
github-actions f4963f05bf 📝 Update release notes 2022-01-23 16:32:35 +00:00
Sebastián Ramírez d4608a00cf
🐛 Prefer custom encoder over defaults if specified in `jsonable_encoder` (#4467)
Co-authored-by: Vivek Sunder <sviveksunder@gmail.com>
2022-01-23 17:32:04 +01:00
github-actions 699b5ef841 📝 Update release notes 2022-01-23 16:14:28 +00:00
Sebastián Ramírez 3de0fb82bf
🐛 Fix docs dependencies cache, to get the latest Material for MkDocs (#4466) 2022-01-23 17:13:49 +01:00
github-actions 85518bc58b 📝 Update release notes 2022-01-23 15:55:36 +00:00
Mark ca5d57ea79
Allow hiding from OpenAPI (and Swagger UI) `Query`, `Cookie`, `Header`, and `Path` parameters (#3144)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-01-23 16:54:59 +01:00
github-actions 347e391271 📝 Update release notes 2022-01-23 14:56:44 +00:00
Sebastián Ramírez a75d080124
🔧 Add sponsor Dropbase (#4465) 2022-01-23 15:56:14 +01:00
Sebastián Ramírez f0388915a8 🔖 Release version 0.72.0 2022-01-16 21:09:10 +01:00
Sebastián Ramírez 9e2f5c67b6 📝 Update release notes 2022-01-16 21:08:04 +01:00
github-actions 93e4a19e35 📝 Update release notes 2022-01-16 19:42:33 +00:00
jaystone776 e1c6d7d310
🌐 Update Chinese translation for `docs/help-fastapi.md` (#3847) 2022-01-16 20:41:59 +01:00
github-actions d23b295b96 📝 Update release notes 2022-01-16 19:41:49 +00:00
kty4119 26e94116c1
🌐 Fix Korean translation for `docs/ko/docs/index.md` (#4195)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-01-16 19:41:13 +00:00
github-actions 24968937e5 📝 Update release notes 2022-01-16 19:37:21 +00:00
MicroPanda123 5c5b889288
🌐 Add Polish translation for `docs/pl/docs/index.md` (#4245)
Co-authored-by: Dawid Dutkiewicz <dutkiewicz@users.noreply.github.com>
Co-authored-by: Dima Tisnek <dimaqq@gmail.com>
Co-authored-by: Bart Skowron <bxsx@bartskowron.com>
Co-authored-by: Bart Skowron <bart.skowron@rollbar.com>
2022-01-16 19:36:42 +00:00
github-actions 436261b3ea 📝 Update release notes 2022-01-16 19:35:00 +00:00
jaystone776 5c62a59e7b
🌐 Add Chinese translation for `docs\tutorial\path-operation-configuration.md` (#3312)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-01-16 19:34:28 +00:00
github-actions acbe79da37 📝 Update release notes 2022-01-16 19:27:03 +00:00
John Riebold a85aa125d2
Enable configuring Swagger UI parameters (#2568)
Co-authored-by: Artem Ivanov <artem@worklife.io>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-01-16 20:26:24 +01:00
github-actions 9af8cc69d5 📝 Update release notes 2022-01-16 14:44:43 +00:00
Sebastián Ramírez 7fe79441c1
📝 Update Python Types docs, add missing 3.6 / 3.9 example (#4434) 2022-01-16 15:44:08 +01:00
github-actions b8ae84d460 📝 Update release notes 2022-01-16 14:35:21 +00:00
Sebastián Ramírez ca2b1dbb64
🔧 Enable MkDocs Material Insiders' `content.tabs.link` (#4399) 2022-01-16 14:34:45 +00:00
Sebastián Ramírez 672c55ac62 🔖 Release version 0.71.0 2022-01-07 18:07:59 +01:00
github-actions 66c27c3e07 📝 Update release notes 2022-01-07 14:19:23 +00:00
github-actions[bot] 44f4885c66
👥 Update FastAPI People (#4354)
Co-authored-by: github-actions <github-actions@github.com>
2022-01-07 15:18:45 +01:00
github-actions 4da33e3031 📝 Update release notes 2022-01-07 14:17:49 +00:00
Sebastián Ramírez a1ede32f29
🔧 Add FastAPI Trove Classifier for PyPI (#4386) 2022-01-07 14:17:13 +00:00
github-actions 0a82b3a900 📝 Update release notes 2022-01-07 14:12:16 +00:00