svlandeg
f7c8b7c40f
one parametrized method instead of two
4 months ago
svlandeg
6646cb4939
add tests for both Color types
4 months ago
pre-commit-ci-lite[bot]
f6c69a57b0
🎨 Auto format
4 months ago
svlandeg
6c76442f2b
support both Color classes in ENCODERS_BY_TYPE
4 months ago
svlandeg
f3481b0605
remove unused ty ignores
4 months ago
svlandeg
76f8b96daa
Merge branch 'master' into feat/depr
4 months ago
github-actions[bot]
0127069d47
📝 Update release notes
[skip ci]
4 months ago
Ahsan Sheraz
31bbb38074
📝 Fix duplicated words in docstrings ( #15116 )
Fix "to to" and "that that" word duplications in security module docstrings,
and "be be" in test data string.
Co-authored-by: ahsan.sheraz <[email protected] >
Co-authored-by: Claude Opus 4.6 <[email protected] >
4 months ago
svlandeg
987f1d9fbd
Merge branch 'master' into feat/depr
# Conflicts:
# fastapi/_compat/v2.py
# fastapi/encoders.py
4 months ago
github-actions[bot]
eb6851dd4b
📝 Update release notes
[skip ci]
4 months ago
Sofie Van Landeghem
98b269b51e
👷 Add `ty` to precommit ( #15091 )
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <[email protected] >
4 months ago
github-actions[bot]
7e7c4d09ac
📝 Update release notes
[skip ci]
4 months ago
dependabot[bot]
b4b76c811b
⬆ Bump dorny/paths-filter from 3 to 4 ( #15106 )
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter ) from 3 to 4.
- [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/v3...v4 )
---
updated-dependencies:
- dependency-name: dorny/paths-filter
dependency-version: '4'
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
github-actions[bot]
ae08a807a7
📝 Update release notes
[skip ci]
4 months ago
dependabot[bot]
e4f19cd5c4
⬆ Bump cairosvg from 2.8.2 to 2.9.0 ( #15108 )
Bumps [cairosvg](https://github.com/Kozea/CairoSVG ) from 2.8.2 to 2.9.0.
- [Release notes](https://github.com/Kozea/CairoSVG/releases )
- [Changelog](https://github.com/Kozea/CairoSVG/blob/main/NEWS.rst )
- [Commits](https://github.com/Kozea/CairoSVG/compare/2.8.2...2.9.0 )
---
updated-dependencies:
- dependency-name: cairosvg
dependency-version: 2.9.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
github-actions[bot]
9d9d51e054
📝 Update release notes
[skip ci]
4 months ago
dependabot[bot]
a007932885
⬆ Bump pyjwt from 2.11.0 to 2.12.0 ( #15110 )
Bumps [pyjwt](https://github.com/jpadilla/pyjwt ) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases )
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.11.0...2.12.0 )
---
updated-dependencies:
- dependency-name: pyjwt
dependency-version: 2.12.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
svlandeg
1f676f1889
cleanup
4 months ago
svlandeg
4f4491a14e
more pragma omg
4 months ago
svlandeg
926156f360
appease mypy once more
4 months ago
svlandeg
f57b166f56
add pragma no cover again
4 months ago
svlandeg
6851dad91c
appease mypy more
4 months ago
svlandeg
e86753477a
appease mypy
4 months ago
svlandeg
171f062dd5
fix import
4 months ago
svlandeg
bbf15294eb
coditional import of Color to avoid deprecation warning
4 months ago
svlandeg
12f3db56e5
Merge branch 'master' into feat/depr
4 months ago
svlandeg
2d2fe3ebf3
add no cover for now
4 months ago
svlandeg
8e5d327aca
fix return type of eval_type
4 months ago
svlandeg
97ce5de0bf
make mypy happy
4 months ago
svlandeg
a1abbce3a5
assert evaluate_forwardref is not None
4 months ago
github-actions[bot]
04b279fe77
📝 Update release notes
[skip ci]
4 months ago
dependabot[bot]
4b826022b1
⬆ Bump black from 26.1.0 to 26.3.1 ( #15100 )
Bumps [black](https://github.com/psf/black ) from 26.1.0 to 26.3.1.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/26.1.0...26.3.1 )
---
updated-dependencies:
- dependency-name: black
dependency-version: 26.3.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
pre-commit-ci-lite[bot]
94bd71371e
🎨 Auto format
4 months ago
svlandeg
5fe7833bb7
use Pydantic's try_eval_type if available (otherwise deprecation warning)
4 months ago
github-actions[bot]
11614be902
📝 Update release notes
[skip ci]
4 months ago
Sebastián Ramírez
edaf23943c
📝 Add docs for `pyproject.toml` with `entrypoint` ( #15075 )
4 months ago
github-actions[bot]
627c10a293
📝 Update release notes
[skip ci]
4 months ago
Sebastián Ramírez
5b485f0848
📝 Update links in docs to no longer use the classes external-link and internal-link ( #15061 )
4 months ago
github-actions[bot]
b618ba2792
📝 Update release notes
[skip ci]
4 months ago
Sebastián Ramírez
f552fd3254
🔨 Add JS and CSS handling for automatic `target=_blank` for links in docs ( #15063 )
4 months ago
github-actions[bot]
d23918588e
📝 Update release notes
[skip ci]
4 months ago
Sebastián Ramírez
0c0be9429f
🔨 Update script to autofix permalinks to account for headers with Markdown links ( #15062 )
4 months ago
github-actions[bot]
b27fe99c2f
📝 Update release notes
[skip ci]
4 months ago
Sebastián Ramírez
8d6fdc80e8
💄 Update styles for internal and external links in new tab ( #15058 )
4 months ago
github-actions[bot]
4d6a5470bc
📝 Update release notes
[skip ci]
4 months ago
Savannah Ostrowski
196cafa07a
📝 Add documentation for the FastAPI VS Code extension ( #15008 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <[email protected] >
4 months ago
github-actions[bot]
e26eb871f8
📝 Update release notes
[skip ci]
4 months ago
Sebastián Ramírez
9d475aae74
📌 Pin Click for MkDocs live reload ( #15057 )
4 months ago
github-actions[bot]
365fad3c7b
📝 Update release notes
[skip ci]
4 months ago
Motov Yurii
8b0090c39b
📝 Fix doctrings for `max_digits` and `decimal_places` ( #14944 )
Fix doctrings for `max_digits` and `decimal_places`
4 months ago