Sebastián Ramírez
ca437cdfab
📝 Add docs recommending `Union` over `Optional` and migrate source examples ( #4908 )
* 📝 Add docs recommending Union over Optional
* 📝 Update docs recommending Union over Optional
* 📝 Update source examples for docs, recommend Union over Optional
* 📝 Update highlighted lines with updated source examples
* 📝 Update highlighted lines in Markdown with recent code changes
* 📝 Update docs, use Union instead of Optional
* ♻️ Update source examples to recommend Union over Optional
* 🎨 Update highlighted code in Markdown after moving from Optional to Union
3 years ago
github-actions
c5be1b0550
📝 Update release notes
3 years ago
Sebastián Ramírez
9262fa8362
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. ( #4906 )
* ✨ Do not require default value in Query(), Path(), Header(), etc
* 📝 Update source examples for docs with default and required values
* ✅ Update tests with new default values and not required Ellipsis
* 📝 Update docs for Query params and update info about default value, required, Ellipsis
3 years ago
github-actions
31690dda2c
📝 Update release notes
3 years ago
github-actions
975d859ac4
📝 Update release notes
3 years ago
github-actions
497e5a2422
📝 Update release notes
3 years ago
github-actions
d75c69e01f
📝 Update release notes
3 years ago
github-actions
bcabbf8b37
📝 Update release notes
3 years ago
Sebastián Ramírez
29df6b3e83
👷 Add pre-commit GitHub Action workflow ( #4895 )
Co-authored-by: pre-commit <[email protected] >
3 years ago
github-actions
16f1d073db
📝 Update release notes
3 years ago
Michael Adkins
199916ac8c
📝 Add documentation for redefined path operations ( #4864 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
github-actions
4bb8ac2114
📝 Update release notes
3 years ago
github-actions
277a53442b
📝 Update release notes
3 years ago
github-actions
f673e64eeb
📝 Update release notes
3 years ago
Sebastián Ramírez
3d0f130ff3
🔧 Add pre-commit with first config and first formatting pass ( #4888 )
* 🔧 Add first pre-commit config
* 🎨 Format YAML files with pre-commit
* 🎨 Format Markdown with pre-commit
* 🎨 Format SVGs, drawio, JS, HTML with pre-commit
* ➕ Add pre-commit to dev dependencies
* ⬇️ Extend pre-commit range to support Python 3.6
3 years ago
github-actions
9cbd42b13e
📝 Update release notes
3 years ago
github-actions
f3b04a6118
📝 Update release notes
3 years ago
Matthew Evans
4fcdb31947
📝 Add OpenAPI warning to "Body - Fields" docs with extra schema extensions ( #4846 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
github-actions
1bbbdb4b7f
📝 Update release notes
3 years ago
Mário Victor Ribeiro Silva
15dd12629e
📝 Add dark mode auto switch to docs based on OS preference ( #4869 )
3 years ago
github-actions
0f7de452dd
📝 Update release notes
3 years ago
Lorenzo Castellino
35445828c8
📝 Update docs about Swagger UI self-hosting with newer source links ( #4813 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
github-actions
ff2daa0471
📝 Update release notes
3 years ago
jbrocher
e9098abe8c
📝 Add link to external article: Building the Poll App From Django Tutorial With FastAPI And React ( #4778 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
github-actions
062107159f
📝 Update release notes
3 years ago
水上 皓登
a38b0a7fac
🌐 Fix code examples in Japanese translation for `docs/ja/docs/tutorial/testing.md` ( #4623 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
github-actions
643291b9ca
📝 Update release notes
3 years ago
Samuel Borges
441f75a06c
📝 Updates links for Celery documentation ( #4736 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
github-actions
688d2db5e3
📝 Update release notes
3 years ago
github-actions
d71b12f323
📝 Update release notes
3 years ago
Kinuax
cb5a200a7c
✏ Fix links to Pydantic docs ( #4670 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
2aaac141dd
🔖 Release version 0.77.1
3 years ago
Sebastián Ramírez
03cbdd4f74
📝 Update release notes
3 years ago
github-actions
a7e659e472
📝 Update release notes
3 years ago
Maciej Kaczkowski
350745c545
🌐 Add Polish translation for `docs/pl/docs/tutorial/index.md` ( #4516 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
github-actions
d0e4015034
📝 Update release notes
3 years ago
Mohammad Raisul ISlam
b1e691091d
✏ Fix typo in deployment ( #4629 )
Co-authored-by: raisul1234 <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
github-actions
9b4e6751bb
📝 Update release notes
3 years ago
github-actions
8082b45f24
📝 Update release notes
3 years ago
Mateus José
86c459d1e8
🌐 Add Portuguese translation for `docs/pt/docs/help-fastapi.md` ( #4583 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Felix Schürmeyer
2a91ee945d
📝 Add link to german article: REST-API Programmieren mittels Python und dem FastAPI Modul ( #4624 )
A beginner article in German to get started with the FastAPI with a small Todo API as an example.
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
github-actions
764703cc56
📝 Update release notes
3 years ago
github-actions
cc51b251dd
📝 Update release notes
3 years ago
Kiko Ilievski
6337186ff4
✏ Fix small typo in `docs/en/docs/tutorial/security/first-steps.md` ( #4515 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
github-actions
88606940f5
📝 Update release notes
3 years ago
Mukul Mantosh
98bb5480a5
📝 Add external link: PyCharm Guide to FastAPI ( #4512 )
Co-authored-by: Mukul Mantosh <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
github-actions
170123a41f
📝 Update release notes
3 years ago
Yashasvi Singh
9262a699f2
📝 Add external link to article: Building an API with FastAPI and Supabase and Deploying on Deta ( #4440 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
github-actions
9a87c6d8d2
📝 Update release notes
3 years ago
Sebastián Ramírez
0696454445
🔖 Release version 0.77.0
3 years ago