Alejandra
93034fea48
📝 Update links to Pydantic docs to point to new website ( #11328 )
1 year ago
水上 皓登
f29b30b784
🔥 Remove link to Pydantic's benchmark, on other i18n pages. ( #11224 )
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
Hasan Sezer Taşan
e52bf9628f
🌐 Update Turkish translation for `docs/tr/docs/tutorial/query-params.md` ( #11162 )
1 year ago
Emirhan Soytaş
7ca6f1cd1a
🌐 Add Turkish translation for `docs/tr/docs/tutorial/query-params.md` ( #11078 )
1 year ago
Hasan Sezer Taşan
0c13911af8
🌐 Update Turkish translation for `docs/tr/docs/tutorial/first-steps.md` ( #11094 )
1 year ago
Emirhan Soytaş
572a47cd1e
🌐 Add Turkish translation for `docs/tr/docs/tutorial/path-params.md` ( #11073 )
1 year ago
Alper
e239c56371
🌐 Update Turkish translation for `docs/tr/docs/fastapi-people.md` ( #10547 )
1 year ago
Alper
4c0d12497f
🌐 Add Turkish translation for `docs/tr/docs/alternatives.md` ( #10502 )
1 year ago
Hasan Sezer Taşan
5d74e58e95
🌐 Add Turkish translation for `docs/tr/docs/history-design-future.md` ( #11012 )
1 year ago
Hasan Sezer Taşan
3e98fb9c83
🌐 Add Turkish translation for `docs/tr/docs/resources/index.md` ( #11020 )
1 year ago
Hasan Sezer Taşan
ecee093e34
🌐 Add Turkish translation for `docs/tr/docs/how-to/index.md` ( #11021 )
1 year ago
Hasan Sezer Taşan
aae29cac5c
🌐 Add Turkish translation for `docs/tr/docs/learn/index.md` ( #11014 )
1 year ago
Hasan Sezer Taşan
754ea10fcc
🌐 Add Turkish translation for `docs/tr/docs/help/index.md` ( #11013 )
1 year ago
Hasan Sezer Taşan
7586688cc9
🌐 Add Turkish translation for `docs/tr/docs/about/index.md` ( #11006 )
1 year ago
Hasan Sezer Taşan
189f679f9b
🌐 Update Turkish translation for `docs/tr/docs/benchmarks.md` ( #11005 )
1 year ago
bilal alpaslan
63ffd735d1
🌐 Add Turkish translation `docs/tr/docs/async.md` ( #5191 )
1 year ago
bilal alpaslan
0a105dc285
🌐 Add Turkish translation for `docs/tr/docs/project-generation.md` ( #5192 )
1 year ago
Hasan Sezer Taşan
1021152f0a
🌐 Update Turkish translation for `docs/tr/docs/index.md` ( #10444 )
1 year ago
Hasan Sezer Taşan
23ad827597
🌐 Add Turkish translation for `docs/tr/docs/external-links.md` ( #10549 )
1 year ago
Hasan Sezer Taşan
2090e9a3e2
🌐 Add Turkish translation for `docs/tr/docs/newsletter.md` ( #10550 )
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
2 years ago
Sebastián Ramírez
5e7d45af16
🔥 Remove missing translation dummy pages, no longer necessary ( #9751 )
2 years ago
я котик пур-пур
cfc06a3a3d
📝 Update docs on Pydantic using ujson internally ( #5804 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Kader M
1562592bde
🌐 Add Turkish translation for `docs/tr/docs/tutorial/first_steps.md` ( #5691 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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
Kinuax
cb5a200a7c
✏ Fix links to Pydantic docs ( #4670 )
Co-authored-by: Sebastián Ramírez <[email protected] >
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
bilal alpaslan
0bd8f901df
🌐 Add Turkish translation for `docs/python-types.md` ( #3926 )
4 years ago
bilal alpaslan
2210c84efd
🌐 Add Turkish translation for `docs/fastapi-people.md` ( #3848 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Yagiz Degirmenci
63744b2e8a
🌐 Add Turkish translation for `docs/features.md` ( #1950 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Hüseyin Emre Armağan
507e9baf9e
🌐 Add Turkish translation for `docs/benchmarks.md` ( #2729 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Yagiz Degirmenci
5fbf597cd5
🌐 Add Turkish translation for `docs/index.md` ( #1908 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 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] >
5 years ago
谭九鼎
8355832c7c
📝 Update/fix links in docs to use HTTPS ( #2165 )
Co-authored-by: Sebastián Ramírez <[email protected] >
5 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
5 years ago
Yağızcan Değirmenci
4f0a3a9e4d
🌐 Initialize Turkish translations ( #1905 )
5 years ago