dependabot[bot]
e779069c92
⬆ Bump astral-sh/setup-uv from 4 to 5 ( #13096 )
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv ) from 4 to 5.
- [Release notes](https://github.com/astral-sh/setup-uv/releases )
- [Commits](https://github.com/astral-sh/setup-uv/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
2fe5ee4151
⬆ Bump astral-sh/setup-uv from 3 to 4 ( #12982 )
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv ) from 3 to 4.
- [Release notes](https://github.com/astral-sh/setup-uv/releases )
- [Commits](https://github.com/astral-sh/setup-uv/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
Sebastián Ramírez
a30eb6f517
👷 Use uv in CI ( #12281 )
6 months ago
Sofie Van Landeghem
b63b4189ee
💚 Set `include-hidden-files` to `True` when using the `upload-artifact` GH action ( #12118 )
* include-hidden-files when uploading coverage files
* include-hidden-files when building docs
7 months ago
Sebastián Ramírez
0cd844d387
🔧 Update docs setup with latest configs and plugins ( #11953 )
8 months ago
Tamir Duberstein
722107fe60
👷 Update GitHub actions to download and upload artifacts to v4, for docs and coverage ( #11550 )
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <[email protected] >
11 months ago
dependabot[bot]
d3d9f60a1e
⬆ Bump actions/cache from 3 to 4 ( #10988 )
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <[email protected] >
1 year ago
Sebastián Ramírez
11b3c7e791
👷 Fix logic for when to install and use MkDocs Insiders ( #11372 )
1 year ago
Sebastián Ramírez
8953d23a2b
👷 Update build-docs GitHub Action path filter ( #11354 )
1 year ago
dependabot[bot]
fb71a5d75b
⬆ Bump dorny/paths-filter from 2 to 3 ( #11028 )
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter ) from 2 to 3.
- [Release notes](https://github.com/dorny/paths-filter/releases )
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dorny/paths-filter/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: dorny/paths-filter
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Sebastián Ramírez
2fe1a1387b
🔨 Verify `mkdocs.yml` languages in CI, update `docs.py` ( #11009 )
1 year ago
dependabot[bot]
b0cd4f915b
⬆ Bump actions/setup-python from 4 to 5 ( #10764 )
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Sebastián Ramírez
ca03379b65
👷 Update build docs, verify README on CI ( #10750 )
1 year ago
Sebastián Ramírez
e45cbb7e5e
👷 Install MkDocs Material Insiders only when secrets are available, for Dependabot ( #10544 )
1 year ago
Sebastián Ramírez
05ca41cfd1
✨ Add reference (code API) docs with PEP 727, add subclass with custom docstrings for `BackgroundTasks`, refactor docs structure ( #10392 )
* ➕ Add mkdocstrings and griffe-typingdoc to dependencies
* 🔧 Add mkdocstrings configs to MkDocs
* 📝 Add first WIP reference page
* ⬆️ Upgrade typing-extensions to the minimum version including Doc()
* 📝 Add docs to FastAPI parameters
* 📝 Add docstrings for OpenAPI docs utils
* 📝 Add docstrings for security utils
* 📝 Add docstrings for UploadFile
* 📝 Update docstrings in FastAPI class
* 📝 Add docstrings for path operation methods
* 📝 Add docstring for jsonable_encoder
* 📝 Add docstrings for exceptions
* 📝 Add docstsrings for parameter functions
* 📝 Add docstrings for responses
* 📝 Add docstrings for APIRouter
* ♻️ Sub-class BackgroundTasks to document it with docstrings
* 📝 Update usage of background tasks in dependencies
* ✅ Update tests with new deprecation warnings
* 📝 Add new reference docs
* 🔧 Update MkDocs with new reference docs
* ✅ Update pytest fixture, deprecation is raised only once
* 🎨 Update format for types in exceptions.py
* ♻️ Update annotations in BackgroundTask, `Annotated` can't take ParamSpec's P.args or P.kwargs
* ✏️ Fix typos caught by @pawamoy
* 🔧 Update and fix MkDocstrings configs from @pawamoy tips
* 📝 Update reference docs
* ✏️ Fix typos found by @pawamoy
* ➕ Add HTTPX as a dependency for docs, for the TestClient
* 🔧 Update MkDocs config, rename websockets reference
* 🔇 Add type-ignores for Doc as the stubs haven't been released for mypy
* 🔥 Remove duplicated deprecated notice
* 🔇 Remove typing error for unreleased stub in openapi/docs.py
* ✅ Add tests for UploadFile for coverage
* ⬆️ Upgrade griffe-typingdoc==0.2.2
* 📝 Refactor docs structure
* 🔨 Update README generation with new index frontmatter and style
* 🔨 Update generation of languages, remove from top menu, keep in lang menu
* 📝 Add OpenAPI Pydantic models
* 🔨 Update docs script to not translate Reference and Release Notes
* 🔧 Add reference for OpenAPI models
* 🔧 Update MkDocs config for mkdocstrings insiders
* 👷 Install mkdocstring insiders in CI for docs
* 🐛 Fix MkDocstrings insiders install URL
* ➕ Move dependencies shared by docs and tests to its own requirements file
* 👷 Update cache keys for test and docs dependencies
* 📝 Remove no longer needed __init__ placeholder docstrings
* 📝 Move docstring for APIRouter to the class level (not __init__ level)
* 🔥 Remove no longer needed dummy placeholder __init__ docstring
1 year ago
dependabot[bot]
d03373f3e8
⬆ Bump actions/checkout from 3 to 4 ( #10208 )
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Sebastián Ramírez
86e4e9f8f9
🔧 Restore MkDocs Material pin after the fix ( #10001 )
2 years ago
Sebastián Ramírez
4ab0363ad7
➖ Remove direct dependency on MkDocs, Material for MkDocs defines its own dependency ( #9986 )
2 years ago
Sebastián Ramírez
9213b72115
👷 Update MkDocs Material token ( #9843 )
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
Sebastián Ramírez
c09e5cdfa7
👷 Refactor Docs CI, run in multiple workers with a dynamic matrix to optimize speed ( #9732 )
2 years ago
Sebastián Ramírez
42d0d6e4a5
👷 Build and deploy docs only on docs changes ( #9728 )
2 years ago
Sebastián Ramírez
f5844e76b5
💚 Update CI cache to fix installs when dependencies change ( #9659 )
2 years ago
Sebastián Ramírez
6595658324
⬇️ Separate requirements for development into their own requirements.txt files, they shouldn't be extras ( #9655 )
2 years ago
Sebastián Ramírez
8d29e494e0
👷 Add custom tokens for GitHub Actions to avoid rate limits ( #9647 )
2 years ago
Sebastián Ramírez
3e4840f21b
⬆️ Upgrade Ubuntu version for docs workflow ( #5971 )
2 years ago
dependabot[bot]
63ad0ed4a6
⬆ Bump nwtgck/actions-netlify from 1.2.4 to 2.0.0 ( #5757 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Sebastián Ramírez
9efab1bd96
👷 Refactor CI artifact upload/download for docs previews ( #5793 )
2 years ago
dependabot[bot]
5f089435e5
⬆ Bump nwtgck/actions-netlify from 1.2.3 to 1.2.4 ( #5507 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
dependabot[bot]
ec3b6e975c
⬆ Bump actions/upload-artifact from 2 to 3 ( #5148 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
35244ee83b
⬆ Bump actions/cache from 2 to 3 ( #5149 )
Bumps [actions/cache](https://github.com/actions/cache ) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
606028dc8c
⬆ Bump actions/checkout from 2 to 3 ( #5133 )
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
6497cb08f5
⬆ Bump nwtgck/actions-netlify from 1.1.5 to 1.2.3 ( #5132 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
ff47d50a9b
⬆ Bump actions/setup-python from 2 to 4 ( #5129 )
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Sebastián Ramírez
f31ad41dda
👷 Fix installing Material for MkDocs Insiders in CI ( #4897 )
3 years ago
Maxim Martynov
8c593a9cc9
👷 Disable CI installing Material for MkDocs in forks ( #4410 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
6034f80687
💚 Only build docs on push when on master to avoid duplicate runs from PRs ( #4564 )
3 years ago
Sebastián Ramírez
3de0fb82bf
🐛 Fix docs dependencies cache, to get the latest Material for MkDocs ( #4466 )
3 years ago
Sebastián Ramírez
3d81bc638b
👷 Rename and clarify CI workflow job names ( #3570 )
4 years ago
Sebastián Ramírez
97d8d4016b
⬆ Upgrade docs development dependency on `typer-cli` to >=0.0.12 to fix conflicts ( #3429 )
4 years ago
Sebastián Ramírez
d75126a4ce
👷 Add GitHub Action cache to speed up CI installs ( #3204 )
4 years ago
Sebastián Ramírez
7c9d0168ff
⬆️ Upgrade setup-python GitHub Action to v2 ( #3203 )
4 years ago
Sebastián Ramírez
7d7289aeb8
💚 Fix disabling install of Material for MkDocs Insiders in forks, strike 1 ⚾ ( #2340 )
4 years ago
Sebastián Ramírez
2561a17225
🐛 Fix disabling Material for MkDocs Insiders install in forks ( #2339 )
4 years ago
Sebastián Ramírez
4bcdbc5673
✨ Set up and enable Material for MkDocs Insiders for the docs ( #2325 )
* ⬆️ Upgrade Material for MkDocs
* ⬆️ Install Material for MkDocs Insiders on CI
* 🔧 Update MkDocs configs to use Material for MkDocs Insiders
* ✨ Use the lightbulb because it looks nice 💡
* 💚 Fix GitHub Action workflow syntax for building docs
* 🐛 Fix GitHub Actions workflow syntax, strike one ⚾
4 years ago
Sebastián Ramírez
e1755f4fa6
🔥 Cleanup after upgrade for Docs Previews GitHub Action ( #2248 )
* 🔧 Upload docs artifacts even on push to avoid breaking Preview Docs
* 🔥 Remove replaced GitHub Action get-artifact
* 🔥 Remove GitHub Action Watch Docs Previews, replaced with Preview Docs
* 🔥 Remove commented backup configs in Preview Docs GitHub Action
* 🔥 Remove no longer needed utils scripts
5 years ago
Sebastián Ramírez
4e74d40736
✨ Add instant docs deploy previews for PRs from forks ( #2244 )
* 🔥 Disable action Watch Docs Previews
* 🔧 Use predefined name for docs artifacts for previews
* ✨ Add new GitHub Action Comment Docs Preview in PR
* 🔧 Refactor GitHub Action Preview Docs to work as workflow_run using new action to extract where to comment
5 years ago
Sebastián Ramírez
76c2077f47
👷 Update docs previews, remove commit comments ( #1826 )
as previews use the latest commit from master
5 years ago
Sebastián Ramírez
0f0af751e4
🔊 Add debugging logs for GitHub actions to introspect GitHub hidden context ( #1764 )
5 years ago