Sebastián Ramírez
f92f87d379
📝 Update references to Requests for tests to HTTPX, and add HTTPX to extras ( #5628 )
2 years ago
Ryusei Ishikawa
59208e4ddc
🌐 Add Japanese translation for `docs/ja/docs/advanced/websockets.md` ( #4983 )
Co-authored-by: tokusumi <[email protected] >
Co-authored-by: komtaki <[email protected] >
2 years ago
nikkie
0781a91d19
🌐 Fix highlight lines for Japanese translation for `docs/tutorial/query-params.md` ( #2969 )
Co-authored-by: Sebastián Ramírez <[email protected] >
Fix https://github.com/tiangolo/fastapi/issues/2966
2 years ago
zhangbo
22524a1610
✏ Fix typo in docs about contributing, for compatibility with `pip` in Zsh ( #5523 )
Co-authored-by: zhangbo <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
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
sUeharaE4
e23fa40e6c
🌐 Add Japanese translation for `docs/ja/docs/advanced/nosql-databases.md` ( #4205 )
Co-authored-by: tokusumi <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
wakabame
80cb57e4b2
🌐 Add Japanese translation for `docs/ja/docs/advanced/index.md` ( #5043 )
Co-authored-by: Amazyra <[email protected] >
Co-authored-by: tokusumi <[email protected] >
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
水上 皓登
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
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
wakabame
e5980a71c2
🌐 Fix live docs server for translations for some languages ( #4729 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sho Nakamura
944f06a901
🌐 Add Japanese translation for `docs/ja/docs/advanced/conditional-openapi.md` ( #2631 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
a-takahashi223
d286e6a5be
🌐 Fix Japanese translation of `docs/ja/docs/tutorial/body.md` ( #3062 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
mori yuta
e423c8241a
✏ Fix link in Japanese docs for `docs/ja/docs/deployment/docker.md` ( #3245 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Sebastián Ramírez
53a86a885d
✨ Update computation of FastAPI People and sponsors ( #3714 )
4 years ago
Sebastián Ramírez
4d4452ede5
🔥 Remove/clean extra imports from examples in docs for features ( #3709 )
4 years ago
Yuya Sato
bb6c6ed5d1
🌐 Add Japanese translation for `docs/tutorial/security/oauth2-jwt.md` ( #3526 )
Co-authored-by: tokusumi <[email protected] >
Co-authored-by: Sho Nakamura <[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
Thomas Grainger
2d296c5d07
🔧 Configure strict pytest options and update/refactor tests ( #2790 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
T. Tokusumi
08cbc6c8ff
🌐 Add Japanese translation for Deployment - Docker ( #2312 )
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: Sho Nakamura <[email protected] >
4 years ago
T. Tokusumi
20360c207e
🌐 Add Japanese translation for Deployment - Versions ( #2310 )
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: Sho Nakamura <[email protected] >
4 years ago
T. Tokusumi
7122687f25
🌐 Add Japanese translation for Tutorial - Static files ( #2260 )
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: Sho Nakamura <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
T. Tokusumi
cd8b90a5a4
🌐 Add Japanese translation for Tutorial - Testing ( #2259 )
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: Sho Nakamura <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
T. Tokusumi
17781e3596
🌐 Add Japanese translation for Tutorial - Debugging ( #2256 )
Co-authored-by: Sho Nakamura <[email protected] >
4 years ago
T. Tokusumi
5828043b69
🌐 Add Japanese translation for Tutorial - Middleware ( #2255 )
Co-authored-by: Sho Nakamura <[email protected] >
4 years ago
T. Tokusumi
faec713e0d
🌐 Add Japanese translation for Concurrency and async / await ( #2058 )
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: Sho Nakamura <[email protected] >
4 years ago
Sebastián Ramírez
bf290fa5f0
🔧 Add new Bronze Sponsor(s) 🥉 🎉 ( #2622 )
* 🔧 Update FastAPI People sponsors, include new Bronze Sponsor 🎉
* 📝 Update FastAPI People in Japanese
4 years ago
T. Tokusumi
9442845ca5
🌐 Add Japanese translation for Deployment - Deta ( #2314 )
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
T. Tokusumi
2b49b8c70a
🌐 Add Japanese translation for Deployment - Manually ( #2313 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
T. Tokusumi
c7742e3c56
🌐 Add Japanese translation for Deployment - Intro ( #2309 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
T. Tokusumi
07a8f7b5b5
🌐 Add Japanese translation for FastAPI People ( #2254 )
Co-authored-by: Taki Komiyama <[email protected] >
4 years ago
atsumi
5a4a61ca67
🌐 Add Japanese translation for Advanced - Path Operation Advanced Configuration ( #2124 )
Co-authored-by: T. Tokusumi <[email protected] >
4 years ago
T. Tokusumi
68dca8f42d
🌐 Add Japanese translation for External Links ( #2070 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
SwftAlpc
ca26f2274c
🌐 Add Japanese translation for Tutorial - Body - Updates ( #1956 )
Co-authored-by: T. Tokusumi <[email protected] >
Co-authored-by: ryusuke.miyaji <[email protected] >
Co-authored-by: ryuckel <[email protected] >
Co-authored-by: tokusumi <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
SwftAlpc
8560151090
🌐 Add Japanese translation for Tutorial - Form Data ( #1943 )
Co-authored-by: ryusuke.miyaji <[email protected] >
Co-authored-by: ryuckel <[email protected] >
Co-authored-by: tokusumi <[email protected] >
Co-authored-by: T. Tokusumi <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
SwftAlpc
48cba16578
🌐 Add Japanese translation for Tutorial - Cookie Parameters ( #1933 )
Co-authored-by: ryusuke.miyaji <[email protected] >
Co-authored-by: ryuckel <[email protected] >
Co-authored-by: tokusumi <[email protected] >
Co-authored-by: T. Tokusumi <[email protected] >
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
atsumi
259c55f7cd
🌐 Add Japanese translation for Advanced User Guide - Additional Status Codes ( #2145 )
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: T. Tokusumi <[email protected] >
4 years ago
atsumi
cc99e23e82
🌐 Add Japanese translation for Advanced - Custom Response ( #2193 )
Co-authored-by: T. Tokusumi <[email protected] >
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Sebastián Ramírez
ac99792762
✨ Add Discord chat ( #2322 )
Co-authored-by: Marcelo Trylesinski <[email protected] >
4 years ago
atsumi
d31648c82e
🌐 Add Japanese translation for Advanced Tutorial - Response Directly ( #2191 )
* Add Japanese translation for Advanced - response-directly
* Apply suggestions from code review
Co-authored-by: T. Tokusumi <[email protected] >
* Apply suggestions from code review
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: T. Tokusumi <[email protected] >
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: Sebastián Ramírez <[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
Taki Komiyama
104ee630fc
📝 Add Japanese translation for Tutorial - Security - First Steps ( #2153 )
Co-authored-by: atsumi <[email protected] >
Co-authored-by: T. Tokusumi <[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
SwftAlpc
76632fcf24
🌐 Add Japanese translation for Tutorial - Query Parameters and String Validations ( #1901 )
Co-authored-by: atsumi <[email protected] >
Co-authored-by: ryusuke.miyaji <[email protected] >
Co-authored-by: ryuckel <[email protected] >
Co-authored-by: tokusumi <[email protected] >
Co-authored-by: T. Tokusumi <[email protected] >
4 years ago
T. Tokusumi
91ffa0ed27
🌐 Add Japanese translation for Tutorial - CORS ( #2125 )
Co-authored-by: Taki Komiyama <[email protected] >
Co-authored-by: atsumi <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Taki Komiyama
bfc9733660
🌐 Add Japanese translation for Contributing ( #2067 )
Co-authored-by: atsumi <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago