Sebastián Ramírez
a901e2f449
📝 Update references to UJSON ( #11464 )
2024-04-18 18:58:47 -05:00
Nils Lindemann
ebc8ac7295
📝 Tweak docs and translations links, typos, format ( #11389 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-04-18 14:53:19 -05:00
Alejandra
93034fea48
📝 Update links to Pydantic docs to point to new website ( #11328 )
2024-03-21 20:42:11 -05:00
Sebastián Ramírez
f0becc4452
♻️ Refactor computing FastAPI People, include 3 months, 6 months, 1 year, based on comment date, not discussion date ( #11304 )
2024-03-16 18:54:24 -05:00
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 )
2024-03-13 20:02:19 +01:00
Rostyslav
e986894344
🌐 Add Ukrainian translation for `docs/uk/docs/index.md` ( #10362 )
...
Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
2024-01-09 21:04:42 +04:00
ArtemKhymenko
3af6766e26
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/body-fields.md` ( #10670 )
...
Co-authored-by: Maksym Zavalniuk <mezgoodle@gmail.com>
Co-authored-by: Rostyslav <rostik1410@users.noreply.github.com>
2024-01-09 10:25:48 -05:00
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
2023-10-17 09:59:11 +04:00
ArtemKhymenko
b2f8ac6a83
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/extra-data-types.md` ( #10132 )
...
Co-authored-by: ArtemKhymenko <ak@workconsult.ua>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Rostyslav <rostik1410@users.noreply.github.com>
2023-09-27 15:53:36 -05:00
Rostyslav
e6c4785959
🌐 Add Ukrainian translation for `docs/uk/docs/python-types.md` ( #10080 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-09-02 17:48:03 +02:00
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>
2023-09-02 17:32:30 +02:00
Rostyslav
1d688a062e
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/index.md` ( #10079 )
2023-09-02 17:29:36 +02:00
Rostyslav
47166ed56c
🌐 Add Ukrainian translation for `docs/uk/docs/fastapi-people.md` ( #10059 )
2023-08-14 11:10:06 +02:00
Rostyslav
e6afc5911b
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/cookie-params.md` ( #10032 )
2023-08-10 17:58:13 +02:00
Orest Furda
7b3d770d65
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/body.md` ( #4574 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-27 21:09:34 +02:00
Sebastián Ramírez
b107b6a096
🔥 Remove languages without translations ( #9743 )
...
* 🔥 Remove lang directories for empty translations
* 🔥 Remove untranslated langs from main config
2023-06-25 14:57:19 +02:00
я котик пур-пур
cfc06a3a3d
📝 Update docs on Pydantic using ujson internally ( #5804 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-06-22 17:06:25 +00:00
Sebastián Ramírez
f92f87d379
📝 Update references to Requests for tests to HTTPX, and add HTTPX to extras ( #5628 )
2022-11-13 16:20:05 +01:00
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 <tiangolo@gmail.com>
2022-09-14 20:31:19 +02:00
Yumihiki
38802eefeb
📝 Quote `pip install` command for Zsh compatibility in multiple languages ( #5214 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-18 16:16:54 +00:00
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
2022-05-14 06:59:59 -05:00
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
2022-05-12 00:06:16 +00:00
alm
c0d6865c10
🌐 Remove translation docs references to aiofiles as it's no longer needed since AnyIO ( #3594 )
...
Co-authored-by: AlonMenczer <alonm@spotnix.io>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-09 20:07:37 -05:00
Marcelo Trylesinski
fc35b7d18d
🎨 Improve style for sponsors, add radius border ( #2388 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-21 14:10:47 +02:00
Sebastián Ramírez
e2a6341c60
📝 Update Uvicorn installation instructions to use uvicorn[standard] (includes uvloop) ( #2543 )
2020-12-19 21:30:18 +01:00
Sebastián Ramírez
ac99792762
✨ Add Discord chat ( #2322 )
...
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2020-11-07 21:48:25 +01:00
谭九鼎
8355832c7c
📝 Update/fix links in docs to use HTTPS ( #2165 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-05 23:39:09 +01:00
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
2020-11-05 21:50:37 +01:00
Brock Friedrich
be669059fb
🎨 Simplify docs hl_lines ranges and standardize 2 spaces between each range ( #1863 )
2020-08-29 16:02:58 +02:00
Sebastián Ramírez
272f01a153
🌐 Add Ukrainian language setup, without index translation ( #1830 )
2020-08-03 18:04:05 +02:00