Commit Graph

42 Commits

Author SHA1 Message Date
Nils Lindemann d0ac56694e
🌐 Add German translation for `docs/de/docs/how-to/extending-openapi.md` (#10794) 2024-03-14 17:44:05 +01:00
Nils Lindemann 9210e6a330
🌐 Add German translation for `docs/de/docs/reference/background.md` (#10820) 2024-02-21 17:26:48 -05:00
Nils Lindemann dec45c534f
🌐 Add German translation for `docs/de/docs/reference/templating.md` (#10842) 2024-02-21 17:26:02 -05:00
Nils Lindemann 626b066e56
🌐 Add German translation for `docs/de/docs/external-links.md` (#10852) 2024-02-21 17:23:00 -05:00
Nils Lindemann 073a05ebdd
🌐 Add German translation for `docs/de/docs/reference/encoders.md` (#10840) 2024-02-19 10:54:52 -05:00
Nils Lindemann 646e7eb3c7
🌐 Add German translation for `docs/de/docs/reference/responses.md` (#10825) 2024-02-19 10:53:39 -05:00
Nils Lindemann 6062ec86f3
🌐 Add German translation for `docs/de/docs/reference/request.md` (#10821) 2024-02-19 10:53:18 -05:00
Nils Lindemann 73ca60c273
🌐 Add German translation for `docs/de/docs/reference/fastapi.md` (#10813) 2024-02-18 07:19:32 -05:00
Nils Lindemann ec464f0938
🌐 Add German translation for `docs/de/docs/newsletter.md` (#10853) 2024-02-18 07:18:33 -05:00
Nils Lindemann 653a3579ca
🌐 Add German translation for `docs/de/docs/tutorial/body-nested-models.md` (#10313) 2024-01-29 13:10:09 -05:00
Nils Lindemann 4185f0bd9d
🌐 Add German translation for `docs/de/docs/tutorial/body-fields.md` (#10310) 2024-01-29 12:36:19 -05:00
Nils Lindemann 32e5a37d1d
🌐 Add German translation for `docs/de/docs/tutorial/body.md` (#10295) 2024-01-29 12:35:23 -05:00
Nils Lindemann 26ab83e157
🌐 Add German translation for `docs/de/docs/tutorial/body-multiple-params.md` (#10308) 2024-01-29 12:32:43 -05:00
Nils Lindemann e55c7ccbcb
🌐 Add German translation for `docs/de/docs/tutorial/query-params.md` (#10293) 2024-01-25 09:53:41 -05:00
Nils Lindemann dcf8b24ece
🌐 Add German translation for `docs/de/docs/benchmarks.md` (#10866) 2024-01-23 11:04:13 -05:00
Nils Lindemann 74cf1c9702
🌐 Add German translation for `docs/de/docs/advanced/generate-clients.md` (#10725) 2024-01-23 08:07:40 -05:00
Nils Lindemann 43a7ff782b
🌐 Add German translation for `docs/de/docs/advanced/openapi-webhooks.md` (#10712) 2024-01-23 08:06:03 -05:00
Nils Lindemann c3914a19a7
🌐 Add German translation for `docs/de/docs/advanced/custom-response.md` (#10624) 2024-01-23 08:05:12 -05:00
Nils Lindemann 690edc0385
🌐 Add German translation for `docs/de/docs/advanced/additional-status-codes.md` (#10617) 2024-01-23 08:04:57 -05:00
Johannes Jungbluth 2f6fdf62b9
🌐 Add German translation for `docs/de/docs/tutorial/middleware.md` (#10391) 2024-01-23 06:26:59 -05:00
Nils Lindemann 9a33950344
🌐 Add German translation for introduction documents (#10497) 2024-01-23 06:22:17 -05:00
Nils Lindemann d1e533e370
✏️ Tweak the german translation of `docs/de/docs/tutorial/index.md` (#10962) 2024-01-16 07:11:15 -05:00
Nils Lindemann 83e386519d
✏️ A few tweaks in `docs/de/docs/tutorial/first-steps.md` (#10959) 2024-01-13 07:16:22 -05:00
fhabers21 c3e2aa9dc2
🌐 Add German translation for `docs/de/docs/tutorial/index.md` (#9502)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-01-13 06:50:36 -05:00
Nils Lindemann c81ab17a59
🌐 Add German translation for `docs/de/docs/tutorial/background-tasks.md` (#10566) 2024-01-12 09:15:29 -05:00
fhabers21 031000fc6e
🌐 Add German translation for `docs/de/docs/tutorial/first-steps.md` (#9530)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: Georg Wicke-Arndt <g.wicke-arndt@outlook.com>
2024-01-09 16:36:32 +01: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
Sebastián Ramírez 5e7d45af16
🔥 Remove missing translation dummy pages, no longer necessary (#9751) 2023-06-27 03:06:27 +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
0xflotus 1ff8df6e7f
🌐 Fix typos in German translation for `docs/de/docs/features.md` (#4533)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-22 18:33:10 +00: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
Kinuax cb5a200a7c
✏ Fix links to Pydantic docs (#4670)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-11 17:03:41 +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
Jonas Mueller 12342888d6
🌐 Update German translation for `docs/features.md` (#3905)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-09 13:16:02 -05:00
Sebastián Ramírez 4b968c4e39
📝 Update GraphQL docs, recommend Strawberry (#3981) 2021-10-03 20:00:28 +02:00
Maximilian Wassink 3a786a7a3a
🌐 Add German translation for `docs/features.md` (#3699) 2021-09-13 19:29:03 +02: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
Mark H 5342a0a00f
🌐 Add basic setup for German translations (#3522) 2021-07-19 14:49:09 +02:00