Commit Graph

3755 Commits

Author SHA1 Message Date
github-actions 4c490de33d 📝 Update release notes 2024-08-14 14:33:49 +00:00
Sebastián Ramírez 2dad7c9834
🔧 Update configs for MkDocs for languages and social cards (#12016) 2024-08-14 09:33:27 -05:00
github-actions 96cb538fa3 📝 Update release notes 2024-08-14 00:31:10 +00:00
github-actions 69a6456d9e 📝 Update release notes 2024-08-13 05:40:18 +00:00
github-actions 26a37a6a20 📝 Update release notes 2024-08-13 04:54:36 +00:00
github-actions 14c621ea30 📝 Update release notes 2024-08-13 02:00:51 +00:00
github-actions 14779a3ae1 📝 Update release notes 2024-08-13 01:48:24 +00:00
github-actions 663810cb1a 📝 Update release notes 2024-08-13 01:02:50 +00:00
github-actions 768df2736e 📝 Update release notes 2024-08-12 23:05:15 +00:00
github-actions d839e3ccbb 📝 Update release notes 2024-08-12 21:48:16 +00:00
Sebastián Ramírez b0a8e7356a
📝 Update admonitions in docs missing (#11998) 2024-08-12 16:47:53 -05:00
github-actions 0e8b6d3bb8 📝 Update release notes 2024-08-09 21:32:11 +00:00
github-actions 2b7fc3f340 📝 Update release notes 2024-08-09 21:29:31 +00:00
Sebastián Ramírez 4ec134426d
📝 Update docs about discussions questions (#11985) 2024-08-09 21:29:09 +00:00
github-actions 6d9dc39fcb 📝 Update release notes 2024-08-09 16:54:22 +00:00
Sebastián Ramírez e06e0b1c4a
🔧 Update MkDocs instant previews (#11982) 2024-08-09 16:53:58 +00:00
github-actions 4cbb846d9e 📝 Update release notes 2024-08-09 15:54:10 +00:00
github-actions 0b30cad9d2 📝 Update release notes 2024-08-09 01:43:55 +00:00
Sebastián Ramírez 4f9ca032d6
💡 Add comment about custom Termynal line-height (#11976) 2024-08-08 20:42:26 -05:00
github-actions 4b5342b568 📝 Update release notes 2024-08-08 23:34:46 +00:00
github-actions fda1813e13 📝 Update release notes 2024-08-08 23:28:35 +00:00
Sebastián Ramírez 8377c5237c 📝 Update release notes 2024-08-07 22:51:13 -05:00
github-actions b7f035512a 📝 Update release notes 2024-08-07 21:17:38 +00:00
github-actions 0eddc02aca 📝 Update release notes 2024-08-07 20:57:09 +00:00
github-actions 9e84537685 📝 Update release notes 2024-08-07 19:15:50 +00:00
github-actions a031d80e5c 📝 Update release notes 2024-08-07 18:58:22 +00:00
Rafael de Oliveira Marques f0a146e4f8
🌐 Add Portuguese translation for `docs/pt/docs/advanced/using-request-directly.md` (#11956) 2024-08-07 13:58:00 -05:00
github-actions df419b739c 📝 Update release notes 2024-08-06 04:48:52 +00:00
Sebastián Ramírez 0cd844d387
🔧 Update docs setup with latest configs and plugins (#11953) 2024-08-05 23:48:30 -05:00
github-actions af1a07052a 📝 Update release notes 2024-08-05 15:49:07 +00:00
P-E. Brian dc384c4f8d
🌐 Add French translation for `docs/fr/docs/tutorial/body-multiple-params.md` (#11796) 2024-08-05 10:48:45 -05:00
github-actions 9dee1f8b28 📝 Update release notes 2024-08-04 23:34:17 +00:00
CAO Mingpei abe62d8a81
🌐 Update Chinese translation for `docs/zh/docs/tutorial/query-params.md` (#11557) 2024-08-04 18:33:57 -05:00
github-actions 35fcb31dca 📝 Update release notes 2024-08-04 18:23:34 +00:00
github-actions 22ffde0356 📝 Update release notes 2024-08-04 17:01:24 +00:00
白宦成 b1774bae1b
🌐 Update typo in Chinese translation for `docs/zh/docs/advanced/testing-dependencies.md` (#11944) 2024-08-04 12:01:03 -05:00
github-actions 553816ae6a 📝 Update release notes 2024-08-03 00:03:45 +00:00
marcelomarkus 25f1b1548b
🌐 Add Portuguese translation for `docs/pt/docs/advanced/sub-applications.md` and `docs/pt/docs/advanced/behind-a-proxy.md` (#11856) 2024-08-02 19:02:06 -05:00
github-actions f0367e0424 📝 Update release notes 2024-08-03 00:01:47 +00:00
Wesin Ribeiro Alves 2609348471
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/cors.md` and `docs/pt/docs/tutorial/middleware.md` (#11916) 2024-08-02 19:01:21 -05:00
github-actions 9723721ea4 📝 Update release notes 2024-08-02 19:38:15 +00:00
P-E. Brian e4ab536dc5
🌐 Add French translation for `docs/fr/docs/tutorial/path-params-numeric-validations.md` (#11788) 2024-08-02 14:37:52 -05:00
Sebastián Ramírez b2e233867c 🔖 Release version 0.112.0 2024-08-02 01:09:03 -05:00
Sebastián Ramírez 003d45428f 📝 Update release notes 2024-08-02 01:08:25 -05:00
github-actions 450bff65f4 📝 Update release notes 2024-08-02 06:03:26 +00:00
Sebastián Ramírez a25c92ceb9
♻️ Add support for `pip install "fastapi[standard]"` with standard dependencies and `python -m fastapi` (#11935)
* ♻️ Add support for `pip install "fastapi[standard]"` and make `fastapi` not include the optional standard dependencies

* 📝 Update docs to include new fastapi[standard]

*  Add new stub fastapi command that tells people to install fastapi[standard]

*  Add tests for new stub CLI

* 🔧 Add new command fastapi in main fastapi project, for when fastapi-cli is not installed

* ✏️ Fix types

* 📝 Add note about quotes when installing fastapi[standard]

* 📝 Update docs about standard extra dependencies

* ⬆️ Upgrade fastapi-cli
2024-08-02 01:03:05 -05:00
github-actions 3990a0a510 📝 Update release notes 2024-08-01 05:10:11 +00:00
Rafael de Oliveira Marques 1f7dcc58de
🌐 Update Portuguese translation for `docs/pt/docs/alternatives.md` (#11931) 2024-08-01 00:09:45 -05:00
github-actions 12a4476c3d 📝 Update release notes 2024-08-01 04:54:12 +00:00
Sebastián Ramírez efb4a077be
🔧 Update sponsors: add liblab (#11934) 2024-07-31 23:53:51 -05:00