Sebastián Ramírez
9bfc48ad9f
📝 Update FastAPI People, do not translate to have the most recent info ( #12034 )
8 months ago
Jiri Kuncar
c81f575d0d
🔨 Specify `email-validator` dependency with dash ( #11515 )
Co-authored-by: svlandeg <[email protected] >
8 months ago
Sebastián Ramírez
0cd844d387
🔧 Update docs setup with latest configs and plugins ( #11953 )
8 months ago
Sebastián Ramírez
221e59b0d1
🚚 Rename GitHub links from tiangolo/fastapi to fastapi/fastapi ( #11913 )
8 months ago
kittydoor
60f7fe4006
📝 Update Hypercorn links in all the docs ( #11744 )
9 months ago
Valentyn Khoroshchak
7039c5edc5
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/first-steps.md` ( #11809 )
9 months ago
Sebastián Ramírez
7b55bf37b5
📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit ( #11496 )
11 months ago
Sebastián Ramírez
a901e2f449
📝 Update references to UJSON ( #11464 )
12 months ago
Nils Lindemann
ebc8ac7295
📝 Tweak docs and translations links, typos, format ( #11389 )
Co-authored-by: Sebastián Ramírez <[email protected] >
12 months ago
Alejandra
93034fea48
📝 Update links to Pydantic docs to point to new website ( #11328 )
1 year ago
Sebastián Ramírez
f0becc4452
♻️ Refactor computing FastAPI People, include 3 months, 6 months, 1 year, based on comment date, not discussion date ( #11304 )
1 year ago
Joshua Hanson
0e2f2d6d3a
📝 Update `python-multipart` GitHub link in all docs from ` https://andrew-d.github.io/python-multipart/ ` to ` https://github.com/Kludex/python-multipart ` ( #11239 )
1 year ago
Rostyslav
e986894344
🌐 Add Ukrainian translation for `docs/uk/docs/index.md` ( #10362 )
Co-authored-by: Alejandra <[email protected] >
1 year ago
ArtemKhymenko
3af6766e26
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/body-fields.md` ( #10670 )
Co-authored-by: Maksym Zavalniuk <[email protected] >
Co-authored-by: Rostyslav <[email protected] >
1 year ago
Sebastián Ramírez
2ba7586ff3
⬆️ Drop support for Python 3.7, require Python 3.8 or above ( #10442 )
* 📝 Update docs, require Python 3.8+, drop 3.7
* 🔧 Update pyproject.toml, drop support for Python 3.7, require Python 3.8+
* 👷 Update CI GitHub Actions, drop support for Python 3.7, require 3.8+
* 📝 Update docs' references to Python 3.6 and 3.7, use Python 3.8
1 year ago
ArtemKhymenko
b2f8ac6a83
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/extra-data-types.md` ( #10132 )
Co-authored-by: ArtemKhymenko <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Rostyslav <[email protected] >
2 years ago
Rostyslav
e6c4785959
🌐 Add Ukrainian translation for `docs/uk/docs/python-types.md` ( #10080 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
whysage
ad76dd1aa8
🌐 Add Ukrainian translation for `docs/uk/docs/alternatives.md` ( #10060 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
Rostyslav
1d688a062e
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/index.md` ( #10079 )
2 years ago
Rostyslav
47166ed56c
🌐 Add Ukrainian translation for `docs/uk/docs/fastapi-people.md` ( #10059 )
2 years ago
Rostyslav
e6afc5911b
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/cookie-params.md` ( #10032 )
2 years ago
Orest Furda
7b3d770d65
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/body.md` ( #4574 )
Co-authored-by: Sebastián Ramírez <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
Sebastián Ramírez
b107b6a096
🔥 Remove languages without translations ( #9743 )
* 🔥 Remove lang directories for empty translations
* 🔥 Remove untranslated langs from main config
2 years ago
я котик пур-пур
cfc06a3a3d
📝 Update docs on Pydantic using ujson internally ( #5804 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Sebastián Ramírez
f92f87d379
📝 Update references to Requests for tests to HTTPX, and add HTTPX to extras ( #5628 )
2 years ago
Ofek Lev
4267bd1f4f
🔧 Update package metadata, drop support for Python 3.6, move build internals from Flit to Hatch ( #5240 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Yumihiki
38802eefeb
📝 Quote `pip install` command for Zsh compatibility in multiple languages ( #5214 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
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
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
alm
c0d6865c10
🌐 Remove translation docs references to aiofiles as it's no longer needed since AnyIO ( #3594 )
Co-authored-by: AlonMenczer <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Marcelo Trylesinski
fc35b7d18d
🎨 Improve style for sponsors, add radius border ( #2388 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Sebastián Ramírez
e2a6341c60
📝 Update Uvicorn installation instructions to use uvicorn[standard] (includes uvloop) ( #2543 )
4 years ago
Sebastián Ramírez
ac99792762
✨ Add Discord chat ( #2322 )
Co-authored-by: Marcelo Trylesinski <[email protected] >
4 years ago
谭九鼎
8355832c7c
📝 Update/fix links in docs to use HTTPS ( #2165 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Sebastián Ramírez
a42c690496
📝 Add deployment to Deta, the first gold sponsor 🎉 ( #2303 )
* 📝 Add docs for sponsors
* 📝 Add docs for deploying on Deta
* 🍱 Add Deta docs screenshots
* ♻️ Refactor and separate deployment docs
* 📝 Update internal docs links to Deployment
* 📝 Update links in Deta tutorial
* 🍱 Update sponsors images
* 🔧 Use sponsors data from YAML
* 📝 Update sponsors in languages docs
* ✨ Update docs generation scripts
* ✅ Update README.md testing
* 📝 Update main README
* 🔧 Update fastapi-people action handling individual sponsors
* ✏️ Fix typos in Deta tutorial
4 years ago
Brock Friedrich
be669059fb
🎨 Simplify docs hl_lines ranges and standardize 2 spaces between each range ( #1863 )
5 years ago
Sebastián Ramírez
272f01a153
🌐 Add Ukrainian language setup, without index translation ( #1830 )
5 years ago