Open
Conversation
Contributor
|
👋 Thanks for your contribution! 🏷️ Auto-applied labels: Labels determine which CI workflows run. They update automatically with new commits. |
e05f4f0 to
e2eaf78
Compare
e2eaf78 to
ab2a5c9
Compare
ab2a5c9 to
d404ca6
Compare
d404ca6 to
679a355
Compare
679a355 to
f975706
Compare
f975706 to
8f8d2e9
Compare
8f8d2e9 to
365b9ff
Compare
7c5741f to
acc091d
Compare
acc091d to
4944e17
Compare
4944e17 to
9dca652
Compare
9dca652 to
66c291a
Compare
66c291a to
8c30838
Compare
8c30838 to
1c48909
Compare
1c48909 to
b5c0721
Compare
b5c0721 to
bc0db65
Compare
bc0db65 to
90498e8
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
==40.4.0→==40.12.0==4.12.1→==4.13.0==2026.1.4→==2026.2.25==11.6.0→==11.7.0==40.4.0→==40.12.0==0.128.1→==0.135.2==3.21.2→==3.25.2==3.0.0→==3.1.1==0.3.4→==0.4.5==2.21.0→==2.30.0==0.22.0→==0.23.0==0.6.3→==0.8.1==0.7.2→==0.8.4==0.4.4→==0.5.0==12.1.1→==12.2.0==4.8.0→==4.9.4==2.12.0→==2.13.1==2.41.5→==2.45.0==7.1.1→==7.4.0==4.10.2→==4.14.3==2.52.0→==2.57.0==3.2.0→==3.3.4==2.32.4.20260107→==2.33.0.20260402==0.40.0→==0.42.0==1.22.0→==1.23.0Release Notes
joke2k/faker (Faker)
v40.12.0Compare Source
ar_DZandfr_DZlocales (#2341). Thanks @othmane099.v40.11.1Compare Source
v40.11.0Compare Source
de_CHbank provider. Thanks @raphael-s.v40.10.0Compare Source
es_MXlocale. Thanks @rodrigobnogueira.v40.9.0Compare Source
pt_PTpostalcodeformat in address provider. Thanks @filipemattar.v40.8.1Compare Source
v40.8.0Compare Source
hu_HUlocale. Thanks @majorzoltan80.v40.7.0Compare Source
v40.6.0Compare Source
he_ILlocale. Thanks @Moo64c.v40.5.1Compare Source
_get_local_timezone()missingreturnstatement. Thanks @bysiber.v40.5.0Compare Source
user_name_formats. Thanks @WannaFight.agronholm/anyio (anyio)
v4.13.0Compare Source
ttlparameter to theanyio.functools.lru_cachewrapper (#1073; PR by @Graeme22)IO[bytes]instead of justBinaryIO(#1078)anyio.Pathnot being compatible with Python 3.15 due to the removal ofpathlib.Path.is_reserved()and the addition ofpathlib.Path.__vfspath__()(#1061; PR by @veeceey)BrokenResourceErrorraised by the asyncioSocketStreamnot having the original exception as its cause (#1055; PR by @veeceey)TypeErrorraised when using "func" as a parameter name inpytest.mark.parametrizewhen using the pytest plugin (#1068; PR by @JohnnyDeuss)anyiomarker added programmatically viapytest_collection_modifyitems(#422; PR by @chbndrhnns)CancelScopeon asyncio when they are contained in an exception group alongside non-cancellation exceptions (#1091; PR by @gschaffner)Condition.wait()not passing on a notification when the task is cancelled but already received a notificationcertifi/python-certifi (certifi)
v2026.2.25Compare Source
CycloneDX/cyclonedx-python-lib (cyclonedx-python-lib)
v11.7.0Compare Source
Documentation
Add comprehensive SBOM validation guide
(#933,
bf596c0)Docstrings for schema version classes
(#946,
6460b71)Modernize RTF setup (#921,
af0059d)Features
Add properties for licenses according to CycloneDX 1.5
(#947,
375d209)Make schema deprecation warnings handle-able
(#945,
71edacf)fastapi/fastapi (fastapi)
v0.135.2Compare Source
Upgrades
pydantic >=2.9.0.and fix the test suite. PR #15139 by @svlandeg.Docs
pyproject.tomlwithentrypoint. PR #15075 by @tiangolo.target=_blankfor links in docs. PR #15063 by @tiangolo.max_digitsanddecimal_places. PR #14944 by @YuriiMotov.Translations
Internal
scripts/people.py. PR #15088 by @YuriiMotov.commit_in_placepassed via env variable intranslate.ymlworkflow. PR #15151 by @YuriiMotov.tyto precommit. PR #15091 by @svlandeg.v0.135.1Compare Source
Fixes
Docs
docs/en/docs/_llm-test.md. PR #15007 by @adityagiri3600.Internal
v0.135.0Compare Source
Features
v0.134.0Compare Source
Features
yield. PR #15022 by @tiangolo.>=0.40.0to>=0.46.0, as it's needed to properly unrwap and re-raise exceptions from exception groups.Docs
yield. PR #15023 by @tiangolo.awaitinStreamingResponsecode example to allow cancellation. PR #14681 by @casperdcl.docs_src/websocketstodocs_src/websockets_to avoid import errors. PR #14979 by @YuriiMotov.Internal
pytest-xdistandpytest-cov. PR #14992 by @YuriiMotov.v0.133.1Compare Source
Features
Internal
v0.133.0Compare Source
v0.132.1Compare Source
Refactors
Internal
benchmarkjob intestworkflow. PR #14974 by @YuriiMotov.v0.132.0Compare Source
Breaking Changes
strict_content_typechecking for JSON requests. PR #14978 by @tiangolo.Content-Typeheader with a valid JSON value, likeapplication/json, and rejects requests that don't.Content-Typeheader you can disable this withstrict_content_type=False.Internal
griffelibinstead ofgriffe. PR #14973 by @svlandeg.FastAPI Peopleworkflow. PR #14951 by @YuriiMotov.v0.131.0Compare Source
Breaking Changes
ORJSONResponseandUJSONResponse. PR #14964 by @tiangolo.v0.130.0Compare Source
Features
v0.129.2Compare Source
Internal
fastapi-slim. PR #14958 by @tiangolo.fastapi-slim, no more versions will be released, use only"fastapi[standard]"orfastapi. PR #14957 by @tiangolo.v0.129.1Compare Source
Fixes
"contentMediaType": "application/octet-stream"instead of"format": "binary". PR #14953 by @tiangolo.Docs
Translations
Internal
masterbranch and when run by scheduler. PR #14940 by @YuriiMotov.v0.129.0Compare Source
Breaking Changes
Refactors
Docs
Internal
v0.128.8Compare Source
Docs
docs/en/docs/tutorial/first-steps.md. PR #14708 by @SanjanaS10.Internal
fastapi-slim, deprecate it, and make it only depend onfastapi. PR #14894 by @tiangolo.v0.128.7Compare Source
Features
dictbyMappingonHTTPException.headers. PR #12997 by @rijenkii.Refactors
Docs
dfntag for definitions instead ofabbrin docs. PR #14744 by @YuriiMotov.Internal
abbranddfntags. PR #14747 by @YuriiMotov.testworkflow to run tests withinline-snapshot=review. PR #14876 by @YuriiMotov.v0.128.6Compare Source
Fixes
on_startupandon_shutdownparameters ofAPIRouter. PR #14873 by @YuriiMotov.Translations
Internal
v0.128.5Compare Source
Refactors
Internal
v0.128.4Compare Source
Refactors
create_model_field, better types forlenient_issubclass. PR #14860 by @tiangolo.Translations
Internal
v0.128.3Compare Source
Refactors
on_eventin FastAPI for compatibility with the next Starlette, while keeping backwards compatibility. PR #14851 by @tiangolo.Upgrades
starlette>=0.40.0,<1.0.0. PR #14853 by @tiangolo.Translations
Internal
fastapi[all]minimum dependencies:ujson >=5.8.0,orjson >=3.9.3. PR #14846 by @tiangolo.v0.128.2Compare Source
Features
TypeAliasType. PR #13920 by @cstruct.Responsetype hint as dependency annotation. PR #14794 by @jonathan-fulton.Fixes
Json[list[str]]type (issue #10997). PR #14616 by @mkanetsuna.Docs
advanced-dependencies.md. PR #14815 by @Rayyan-Oumlil.Translations
Internal
tox-dev/py-filelock (filelock)
v3.25.2Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.25.1...3.25.2
v3.25.1Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.25.0...3.25.1
v3.25.0Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.24.4...3.25.0
v3.24.3Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.24.2...3.24.3
v3.24.2Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.