fix(deps): update all non-major dependencies #1281
Open
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:
^0.17 || ^0.18 || ^0.19 || ^0.20.0 || ^0.21.0→^0.17 || ^0.18 || ^0.19 || ^0.20.0 || ^0.21.0 || ^0.22.0^0.25 || ^0.26 || ^0.27 || ^0.28 || ^0.29.0 || ^0.30.0→^0.25 || ^0.26 || ^0.27 || ^0.28 || ^0.29.0 || ^0.30.0 || ^0.31.0^0.93 || ^0.94 || ^0.95 || ^0.96 || ^0.97 || ^0.98 || ^0.99 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0 || ^0.104.0 || ^0.105.0 || ^0.106.0 || ^0.107.0 || ^0.108.0 || ^0.109.0 || ^0.110.0 || ^0.111.0 || ^0.112.0 || ^0.113.0 || ^0.114.0 || ^0.115.0 || ^0.116.0 || ^0.117.0 || ^0.118.0 || ^0.119.0 || ^0.120.0 || ^0.121.0→^0.93 || ^0.94 || ^0.95 || ^0.96 || ^0.97 || ^0.98 || ^0.99 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0 || ^0.104.0 || ^0.105.0 || ^0.106.0 || ^0.107.0 || ^0.108.0 || ^0.109.0 || ^0.110.0 || ^0.111.0 || ^0.112.0 || ^0.113.0 || ^0.114.0 || ^0.115.0 || ^0.116.0 || ^0.117.0 || ^0.118.0 || ^0.119.0 || ^0.120.0 || ^0.121.0 || ^0.128.0^0.15 || ^0.16 || ^0.17 || ^0.18 || ^0.19 || ^0.20 || ^0.21 || ^0.22 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.31.0 || ^0.32.0 || ^0.33.0 || ^0.34.0 || ^0.35.0 || ^0.36.0 || ^0.37.0 || ^0.38.0→^0.15 || ^0.16 || ^0.17 || ^0.18 || ^0.19 || ^0.20 || ^0.21 || ^0.22 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.31.0 || ^0.32.0 || ^0.33.0 || ^0.34.0 || ^0.35.0 || ^0.36.0 || ^0.37.0 || ^0.38.0 || ^0.40.0Release Notes
omnilib/aiosqlite (aiosqlite)
v0.22.1Compare Source
Bug fix release
NOTE: Starting with
v0.22.0, theaiosqlite.Connectionobject no longerinherits from
threading.Thread. If not using aiosqlite as a context manager,clients must
await connection.close()or callconnection.stop()to ensurethe helper thread is completed and terminated correctly. A
ResourceWarningwill be emitted for any connection that is garbage collected without being
closed or stopped.
stop()method toaiosqlite.Connectionto enable safecleanup and termination of the background thread without dependence
on having an active event loop (#370)
v0.22.0Compare Source
Feature release
set_authorizerquery access controls (#349)typing_extensions(#365)v0.21.0Compare Source
Maintenance release
MagicStack/asyncpg (asyncpg)
v0.31.0Compare Source
Enable Python 3.14 with experimental subinterpreter/freethreading
support.
Improvements
Add Python 3.14 support, experimental subinterpreter/freethreading support (#1279)
(by @elprans in
9e42642)Avoid performing type introspection on known types (#1243)
(by @elprans in
5c9986c)Make
prepare()not use named statements by default when cache is disabled (#1245)(by @elprans in
5b14653)Implement connection service file functionality (#1223)
(by @AndrewJackson2020 in
1d63bb1)Fixes
Fix multi port connection string issue (#1222)
(by @AndrewJackson2020 in
01c0db7)Avoid leaking connections if _can_use_connection fails (#1269)
(by @yuliy-openai in
e94302d)Other
(by @elprans in
6c2c490)fastapi/fastapi (fastapi)
v0.128.0Compare Source
Breaking Changes
pydantic.v1. PR #14609 by @tiangolo.Internal
v0.127.1Compare Source
Refactors
FastAPIDeprecationWarning. PR #14605 by @tiangolo.Docs
Translations
Internal
lintjob fromtestCI workflow. PR #14593 by @YuriiMotov.v0.127.0Compare Source
Breaking Changes
pydantic.v1. PR #14583 by @tiangolo.Translations
Internal
v0.126.0Compare Source
Upgrades
pydantic.v1. PR #14575 by @tiangolo.pydantic >=2.7.0.standarddependencies now includepydantic-settings >=2.0.0andpydantic-extra-types >=2.0.0.Docs
docs_src/python_types/tutorial005_py39.py. PR #14565 by @paras-verma7454.Translations
Internal
v0.125.0Compare Source
Breaking Changes
Refactors
Docs
Translations
Internal
markdown-include-variantsfrom 0.0.7 to 0.0.8. PR #14556 by @YuriiMotov.v0.124.4Compare Source
Fixes
v0.124.3Compare Source
Fixes
AnnotatedwithBody(). PR #14512 by @tiangolo.Refactors
Docs
Translations
Internal
v0.124.2Compare Source
Fixes
if TYPE_CHECKING, non-evaluated stringified annotations. PR #14485 by @tiangolo.v0.124.1Compare Source
Fixes
arbitrary_types_allowed=True. PR #14482 by @tiangolo.Docs
Internal
__annotations__. PR #14477 by @tiangolo.v0.124.0Compare Source
Features
Internal
scripts/mkdocs_hooks.py. PR #14457 by @yujiteshima.v0.123.10Compare Source
Fixes
__call__method. PR #14458 by @YuriiMotov.separate_input_output_schemas=Falsewithcomputed_field. PR #14453 by @YuriiMotov.v0.123.9Compare Source
v0.123.8Compare Source
Fixes
v0.123.7Compare Source
Fixes
v0.123.6Compare Source
Fixes
v0.123.5Compare Source
Features
functools.partial(). PR #9753 by @lieryan.@functools.wraps()) used with forward references. PR #5077 by @lucaswiman.Fixes
Refactors
is_coroutinecheck to reuse internal supported variants (unwrap, check class). PR #14434 by @tiangolo.Translations
v0.123.4Compare Source
Fixes
separate_input_output_schemas=False. PR #13207 by @vgrafe.Docs
serversparameter. PR #14405 by @YuriiMotov.v0.123.3Compare Source
Fixes
serialize sequence valuewith Pydantic V2. PR #14297 by @YuriiMotov.v0.123.2Compare Source
Fixes
{type_}in FastAPIError. PR #14416 by @Just-Helpful.Formparameter list. PR #14303 by @YuriiMotov.Noneif that's the default), for compatibility with HTML forms. PR #13537 by @MarinPostma.Docs
pipin case ofNo module named piperror invirtual-environments.md. PR #14211 by @zadevhub.v0.123.1Compare Source
Fixes
TypeErrorwhen encoding a decimal with aNaNorInfinityvalue. PR #12935 by @kentwelcome.Internal
v0.123.0Compare Source
Fixes
v0.122.1Compare Source
Fixes
Docs
Internal
v0.122.0Compare Source
Fixes
401status code in security classes when credentials are missing. PR #13786 by @YuriiMotov.403status code, check the new docs about how to override the classes, to use the same old behavior: Use Old 403 Authentication Error Status Codes.Internal
lang-alllabel. PR #14213 by @YuriiMotov.latest-changesGitHub Action and pinactions/checkout@v5. PR #14403 by @svlandeg.add-permalinksandadd-permalinks-pagetoscripts/docs.py. PR #14033 by @YuriiMotov.Kludex/uvicorn (uvicorn)
v0.40.0: Version 0.40.0Compare Source
What's Changed
Full Changelog: Kludex/uvicorn@0.39.0...0.40.0
v0.39.0: Version 0.39.0Compare Source
What's Changed
New Contributors
Full Changelog: Kludex/uvicorn@0.38.0...0.39.0
v0.38.0: Version 0.38.0Compare Source
What's Changed
New Contributors
Full Changelog: Kludex/uvicorn@0.37.0...0.38.0
v0.37.0: Version 0.37.0Compare Source
What's Changed
--timeout-worker-healthchecksetting by @Kludex in #2711os.PathLike[str]type tossl_ca_certsby @rnv812 in #2676New Contributors
Full Changelog: Kludex/uvicorn@0.36.1...0.37.0
v0.36.1: Version 0.36.1Compare Source
What's Changed
Config.setup_event_loop()by @Kludex in #2709Full Changelog: Kludex/uvicorn@0.36.0...0.36.1
v0.36.0: Version 0.36.0Compare Source
Added
--http,--wsand--loopby @Kludex in #2658New Contributors
Full Changelog: Kludex/uvicorn@0.35.0...0.36.0
v0.35.0: Version 0.35.0Compare Source
Added
WebSocketsSansIOProtocolby @Kludex in encode#2540Changed
--proxy-headersby @zhangyoufu in encode#2653New Contributors
Full Changelog: Kludex/uvicorn@0.34.3...0.35.0
v0.34.3: Version 0.34.3Compare Source
What's Changed
cwd()when non-empty--reload-dirsis passed by @stinovlas in encode#2598get_client_addrformatting to WebSocket logging by @Harry-Lees in encode#2636New Contributors
Full Changelog: Kludex/uvicorn@0.34.2...0.34.3
v0.34.2: Version 0.34.2Compare Source
What's Changed
New Contributors
Full Changelog: Kludex/uvicorn@0.34.1...0.34.2
v0.34.1: Version 0.34.1Compare Source
What's Changed
ServerStatein the main module by @Kludex in encode#2581New Contributors
Full Changelog: Kludex/uvicorn@0.34.0...0.34.1
v0.34.0: Version 0.34.0Compare Source
What's Changed
content-lengthto 500 response in wsproto by @Kludex in encode#2542Full Changelog: Kludex/uvicorn@0.33.0...0.34.0
Configuration
📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.