Commit Graph

1939 Commits

Author SHA1 Message Date
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
Sebastián Ramírez d08a062ee2
Add docs and tests for Python 3.9 and Python 3.10 (#3712)
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
2022-01-07 15:11:31 +01:00
github-actions 83f6781037 📝 Update release notes 2022-01-07 10:24:43 +00:00
Sebastián Ramírez 764ecae2d4
⬆ Upgrade MkDocs Material and configs (#4385) 2022-01-07 11:24:00 +01:00
github-actions 4e9f75912f 📝 Update release notes 2022-01-07 09:35:10 +00:00
simondale00 2b10ca1cc4
⬆️ Upgrade Starlette to 0.17.1 (#4145)
Co-authored-by: Dima Tisnek <dimaqq@gmail.com>
Co-authored-by: simond <simond@surveymonkey.com>
Co-authored-by: Samuel Colvin <s@muelcolvin.com>
Co-authored-by: Samuel Colvin <samcolvin@gmail.com>
2022-01-07 10:34:28 +01:00
Sebastián Ramírez 3efb4f7edf 🔖 Release version 0.70.1 2021-12-12 12:39:32 +01:00
github-actions 9c25f9615c 📝 Update release notes 2021-12-12 11:34:58 +00:00
github-actions[bot] e7158bc592
👥 Update FastAPI People (#4274)
Co-authored-by: github-actions <github-actions@github.com>
2021-12-12 12:34:18 +01:00
github-actions 6d642ef5fb 📝 Update release notes 2021-12-12 11:29:36 +00:00
Eric Jolibois b0cd4d7e7e
🐛 Fix JSON Schema for dataclasses, supporting the fixes in Pydantic 1.9 (#4272)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-12-12 12:28:35 +01:00
github-actions 0a87bc88b8 📝 Update release notes 2021-12-09 10:48:10 +00:00
Nina Hwang 062efcbb5d
🌐 Add Korean translation for `docs/tutorial/request-forms-and-files.md` (#3744)
Co-authored-by: weekwith.me <63915557+0417taehyun@users.noreply.github.com>
2021-12-09 11:47:26 +01:00
github-actions aa4a69f790 📝 Update release notes 2021-12-09 10:45:00 +00:00
github-actions eb79441a7f 📝 Update release notes 2021-12-09 10:40:14 +00:00
Nina Hwang fa5639cb35
🌐 Add Korean translation for `docs/tutorial/request-files.md` (#3743)
Co-authored-by: Spike <rurouni24@gmail.com>
Co-authored-by: weekwith.me <63915557+0417taehyun@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-12-08 15:52:01 +00:00
Leandro de Souza 10e3a02582
🌐 Add portuguese translation for `docs/tutorial/query-params-str-validations.md` (#3965)
Co-authored-by: Mário Victor Ribeiro Silva <mariovictorrs@gmail.com>
Co-authored-by: Leandro de Souza <leandro.souza@fontes.corp>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-12-08 16:50:35 +01:00
github-actions fb9c4b31b9 📝 Update release notes 2021-12-08 15:46:19 +00:00
Nina Hwang 39dbee9d56
🌐 Add Korean translation for `docs/tutorial/response-status-code.md` (#3742)
Co-authored-by: weekwith.me <63915557+0417taehyun@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-12-08 16:45:37 +01:00
github-actions dd463d0dc2 📝 Update release notes 2021-12-08 15:44:10 +00:00
Kwang Soo Jeong 461e0d4cce
🌐 Add Korean translation for Tutorial - JSON Compatible Encoder (#3152) 2021-12-08 16:43:31 +01:00
github-actions da69a1c4c0 📝 Update release notes 2021-12-08 15:42:12 +00:00
Spike a5d697b9b5
🌐 Add Korean translation for Tutorial - Path Parameters and Numeric Validations (#2432) 2021-12-08 16:41:26 +01:00
github-actions 8e416875ce 📝 Update release notes 2021-12-08 15:38:10 +00:00
daehyeon kim 446d194c46
🌐 Add Korean translation for `docs/ko/docs/deployment/versions.md` (#4121)
Co-authored-by: weekwith.me <63915557+0417taehyun@users.noreply.github.com>
2021-12-08 16:37:30 +01:00
github-actions cace5a79f7 📝 Update release notes 2021-12-08 15:33:09 +00:00