github-actions
0f390cd4b5
📝 Update release notes
2 years ago
Carson Crane
1f21b16e03
✨ Add support for `deque` objects and children in `jsonable_encoder` ( #9433 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
github-actions
d409c05d6f
📝 Update release notes
2 years ago
dependabot[bot]
782b1c49a9
⬆ Update httpx requirement from <0.24.0,>=0.23.0 to >=0.23.0,<0.25.0 ( #9724 )
Updates the requirements on [httpx](https://github.com/encode/httpx ) to permit the latest version.
- [Release notes](https://github.com/encode/httpx/releases )
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/encode/httpx/compare/0.23.0...0.24.1 )
---
updated-dependencies:
- dependency-name: httpx
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
github-actions
706d74b6ad
📝 Update release notes
2 years ago
dependabot[bot]
9debdc97ef
⬆ Bump mkdocs-material from 9.1.16 to 9.1.17 ( #9746 )
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.1.16 to 9.1.17.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.1.16...9.1.17 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
github-actions
6c143b930d
📝 Update release notes
2 years ago
github-actions
dffca555ff
📝 Update release notes
2 years ago
Sebastián Ramírez
5e7d45af16
🔥 Remove missing translation dummy pages, no longer necessary ( #9751 )
2 years ago
pre-commit-ci[bot]
eb312758d8
⬆ [pre-commit.ci] pre-commit autoupdate ( #9259 )
updates:
- [github.com/asottile/pyupgrade: v3.3.1 → v3.7.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.7.0 )
- [github.com/charliermarsh/ruff-pre-commit: v0.0.272 → v0.0.275](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.272...v0.0.275 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
github-actions
a95af94669
📝 Update release notes
2 years ago
mojtaba
6ba4492670
🌐 Add Persian translation for `docs/fa/docs/advanced/sub-applications.md` ( #9692 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Amin Alaee <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
github-actions
317cef3f8a
📝 Update release notes
2 years ago
Sergei Glazkov
81772b46a8
🌐 Add Russian translation for `docs/ru/docs/tutorial/response-model.md` ( #9675 )
Co-authored-by: s.glazkov <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <[email protected] >
Co-authored-by: ivan-abc <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
github-actions
47524eee1b
📝 Update release notes
2 years ago
Sebastián Ramírez
872af100f5
📝 Fix form for the FastAPI and friends newsletter ( #9749 )
2 years ago
github-actions
d1c5c5c97c
📝 Update release notes
2 years ago
Sebastián Ramírez
ed297bb2e0
✨ Add Material for MkDocs Insiders features and cards ( #9748 )
* ➕ Add dependencies for MkDocs Insiders
* 🙈 Add Insider's .cache to .gitignore
* 🔧 Update MkDocs configs for Insiders
* 💄 Add custom Insiders card layout, while the custom logo is provided from upstream
* 🔨 Update docs.py script to dynamically enable insiders if it's installed
* 👷 Add cache for MkDocs Material Insiders' cards
* 🔊 Add a small log to the docs CLI
* 🔊 Tweak logs, only after exporting languages
* 🐛 Fix accessing non existing env var
* 🔧 Invalidate deps cache
* 🔧 Tweak cache IDs
* 👷 Update cache for installing insiders
* 🔊 Log insiders
* 💚 Invalidate cache
* 👷 Tweak cache keys
* 👷 Trigger CI and test cache
* 🔥 Remove cache comment
* ⚡ ️ Optimize cache usage for first runs of docs
* 👷 Tweak cache for MkDocs Material cards
* 💚 Trigger CI to test cache
2 years ago
github-actions
afc237ad53
📝 Update release notes
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
github-actions
be8e704e46
📝 Update release notes
2 years ago
Sebastián Ramírez
5656ed09ef
✨ Refactor docs for building scripts, use MkDocs hooks, simplify (remove) configs for languages ( #9742 )
* ✨ Add MkDocs hooks to re-use all config from en, and auto-generate missing docs files form en
* 🔧 Update MkDocs config for es
* 🔧 Simplify configs for all languages
* ✨ Compute available languages from MkDocs Material for config overrides in hooks
* 🔧 Update config for MkDocs for en, to make paths compatible for other languages
* ♻️ Refactor scripts/docs.py to remove all custom logic that is now handled by the MkDocs hooks
* 🔧 Remove ta language as it's incomplete (no translations and causing errors)
* 🔥 Remove ta lang, no translations available
* 🔥 Remove dummy overrides directories, no longer needed
* ✨ Use the same missing-translation.md file contents for hooks
* ⏪ ️ Restore and refactor new-lang command
* 📝 Update docs for contributing with new simplified workflow for translations
* 🔊 Enable logs so that MkDocs can show its standard output on the docs.py script
2 years ago
github-actions
c563b5bcf1
📝 Update release notes
2 years ago
Sebastián Ramírez
51d3a8ff12
🔨 Add MkDocs hook that renames sections based on the first index file ( #9737 )
2 years ago
github-actions
3aea9acc68
📝 Update release notes
2 years ago
Sebastián Ramírez
dfa56f743a
👷 Make cron jobs run only on main repo, not on forks, to avoid error notifications from missing tokens ( #9735 )
2 years ago
github-actions
8cee653ad8
📝 Update release notes
2 years ago
Sebastián Ramírez
dd590f46ad
🔧 Update MkDocs for other languages ( #9734 )
2 years ago
github-actions
7d865c9487
📝 Update release notes
2 years ago
Sebastián Ramírez
c09e5cdfa7
👷 Refactor Docs CI, run in multiple workers with a dynamic matrix to optimize speed ( #9732 )
2 years ago
github-actions
2848951082
📝 Update release notes
2 years ago
Sebastián Ramírez
f61217a18a
🔥 Remove old internal GitHub Action watch-previews that is no longer needed ( #9730 )
2 years ago
github-actions
1471bc956c
📝 Update release notes
2 years ago
Sebastián Ramírez
0c66ec7da9
⬆️ Upgrade MkDocs and MkDocs Material ( #9729 )
2 years ago
github-actions
5a3bbb62de
📝 Update release notes
2 years ago
Sebastián Ramírez
42d0d6e4a5
👷 Build and deploy docs only on docs changes ( #9728 )
2 years ago
Sebastián Ramírez
4721405ef7
🔖 Release version 0.98.0
2 years ago
Sebastián Ramírez
8066f85b3f
📝 Update release notes
2 years ago
github-actions
2ffb08d0bc
📝 Update release notes
2 years ago
dependabot[bot]
d1805ef466
⬆ Bump ruff from 0.0.272 to 0.0.275 ( #9721 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
github-actions
41d774ed6d
📝 Update release notes
2 years ago
dependabot[bot]
836ac56203
⬆ Update uvicorn[standard] requirement from <0.21.0,>=0.12.0 to >=0.12.0,<0.23.0 ( #9463 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
github-actions
a01c2ca3dd
📝 Update release notes
2 years ago
dependabot[bot]
6553243dbf
⬆ Bump mypy from 1.3.0 to 1.4.0 ( #9719 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
github-actions
fdc713428e
📝 Update release notes
2 years ago
dependabot[bot]
60343161ea
⬆ Update pre-commit requirement from <3.0.0,>=2.17.0 to >=2.17.0,<4.0.0 ( #9251 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
github-actions
586de94ca1
📝 Update release notes
2 years ago
dependabot[bot]
56bc75372f
⬆ Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 ( #9482 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
github-actions
4842dfadcf
📝 Update release notes
2 years ago
я котик пур-пур
cfc06a3a3d
📝 Update docs on Pydantic using ujson internally ( #5804 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago