149 Commits (be1e3faa63bd6785399d6cd98dbc8417ddd045dc)

Author SHA1 Message Date
Sebastián Ramírez 27da0d02a7
Add support for Pydantic's 2.7 new deprecated Field parameter, remove URL from validation errors response (#11461) 12 months ago
dependabot[bot] d3d9f60a1e
⬆ Bump actions/cache from 3 to 4 (#10988) 1 year ago
dependabot[bot] 3c39b1cc0b
⬆ Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 (#11318) 1 year ago
Esteban Maya ce2a580dd9
👷 Add cron to run test once a week on monday (#11377) 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 04249d589b
👷 Do not use Python packages cache for publish (#11366) 1 year ago
Sebastián Ramírez cd3e2bc2d2
👷 Add CI to test sdists for redistribution (e.g. Linux distros) (#11365) 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) 1 year ago
dependabot[bot] cbbfd22aa0
⬆ Bump dawidd6/action-download-artifact from 3.0.0 to 3.1.4 (#11310) 1 year ago
Sebastián Ramírez fb7af9ec72
👷 Upgrade GitHub Action issue-manager (#11056) 1 year ago
Sebastián Ramírez 2fe1a1387b
🔨 Verify `mkdocs.yml` languages in CI, update `docs.py` (#11009) 1 year ago
Alejandra 62e6c888b7
🔧 Update config in `label-approved.yml` to accept translations with 1 reviewer (#11007) 1 year ago
Sebastián Ramírez 63e5396a78
👷 Add changes-requested handling in GitHub Action issue manager (#10971) 1 year ago
dependabot[bot] b0cd4f915b
⬆ Bump actions/setup-python from 4 to 5 (#10764) 1 year ago
dependabot[bot] a293709998
⬆ Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (#10731) 1 year ago
dependabot[bot] 91666b3556
⬆ Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0 (#10777) 1 year ago
Aliaksei Urbanski 07f8d31ec9
Add support for Python 3.12 (#10666) 1 year ago
Sebastián Ramírez 78ff6e3efd
⬆️ Upgrade GitHub Action latest-changes (#10915) 1 year ago
Sebastián Ramírez 3c7685273f
👷 Upgrade GitHub Action label-approved (#10913) 1 year ago
Sebastián Ramírez 1780c21e7a
⬆️ Upgrade GitHub Action label-approved (#10905) 1 year ago
Sebastián Ramírez 6f5aa81c07
Add support for multiple Annotated annotations, e.g. `Annotated[str, Field(), Query()]` (#10773) 1 year ago
Sebastián Ramírez ca03379b65
👷 Update build docs, verify README on CI (#10750) 1 year ago
Sebastián Ramírez 4f89886b00
👷 Upgrade latest-changes GitHub Action (#10587) 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) 1 year ago
dependabot[bot] 89e7417652
⬆ Bump dawidd6/action-download-artifact from 2.27.0 to 2.28.0 (#10268) 1 year ago
dependabot[bot] d03373f3e8
⬆ Bump actions/checkout from 3 to 4 (#10208) 1 year ago
dependabot[bot] 6b0c77e554
⬆ Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.10 (#10061) 1 year ago
Sebastián Ramírez 2ba7586ff3
⬆️ Drop support for Python 3.7, require Python 3.8 or above (#10442) 1 year ago
Sebastián Ramírez bc935e08b6
⬆️ Upgrade compatibility with Pydantic v2.4, new renamed functions and JSON Schema input/output models with default values (#10344) 2 years ago
Sebastián Ramírez 7a06de2bb9
♻️ Refactor tests for new Pydantic 2.2.1 (#10115) 2 years ago
Sebastián Ramírez ebdf952545
👷 Add GitHub Actions step dump context to debug external failures (#10008) 2 years ago
Sebastián Ramírez 86e4e9f8f9
🔧 Restore MkDocs Material pin after the fix (#10001) 2 years ago
David Montague 25694f5ae1
Fix tests for compatibility with pydantic 2.1.1 (#9943) 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 d2169fbad9
👷 Deploy docs to Cloudflare Pages (#9978) 2 years ago
Sebastián Ramírez a0b987224a
👷 Update CI debug mode with Tmate (#9977) 2 years ago
Sebastián Ramírez fe91def515
👷 Update FastAPI People token (#9844) 2 years ago
Sebastián Ramírez 9213b72115
👷 Update MkDocs Material token (#9843) 2 years ago
Sebastián Ramírez 69df2fa1e5
👷 Update token for latest changes (#9842) 2 years ago
Sebastián Ramírez 0976185af9
Add support for Pydantic v2 (#9816) 2 years ago
Sebastián Ramírez ed297bb2e0
Add Material for MkDocs Insiders features and cards (#9748) 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
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
dependabot[bot] 56bc75372f
⬆ Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#9482) 2 years ago
Sebastián Ramírez 8767634932
👷 Lint in CI only once, only with one version of Python, run tests with all of them (#9686) 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