fix(deps): update python: non-major updates#274
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
f932b57 to
def5a78
Compare
def5a78 to
fa822c3
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:
==0.128.0→==0.129.0==0.2.24→==0.2.25==6.4.0→==6.5.1==1.3.4→==1.4.1==7.1.0→==7.2.0==1.23.2→==1.24.1==1.23.2→==1.24.1==2.12.0→==2.13.0==0.14.14→==0.15.1==0.0.13→==0.0.17Release Notes
fastapi/fastapi (fastapi)
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
v0.128.1Compare Source
Features
viewportmeta tag to improve Swagger UI on mobile devices. PR #14777 by @Joab0.Fixes
ValidationErrorschema to includeinputandctx. PR #14791 by @jonathan-fulton.Authorizationheader credentials. PR #14786 by @WaveTheory1.anyOfrefs for app-level responses with specifiedcontentandmodelasUnion. PR #14463 by @DJMcoder.Refactors
IncExtype from Pydantic instead of duplicating it. PR #14641 by @mvanderlee.Docs
docs_src/app_testing/app_bcode example. PR #14573 by @timakaa.docs/en/docs/contributing.md. PR #14757 by @YuriiMotov.response_modelwhen possible. PR #14753 by @YuriiMotov.WSGIMiddlewarefroma2wsgiinstead of deprecatedfastapi.middleware.wsgi.WSGIMiddleware. PR #14756 by @YuriiMotov.Translations
ukdocumentation. PR #14795 by @roli2py.llm-prompt.mdfor Korean language. PR #14763 by @seuthootDev.Internal
uv.lockgets theinternallabel. PR #14759 by @svlandeg.urchade/GLiNER (gliner)
v0.2.25Compare Source
What's Changed
New Contributors
Full Changelog: urchade/GLiNER@v0.2.24...v0.2.25
gradio-app/gradio (gradio)
v6.5.1Compare Source
Fixes
26cea7a- Ensure change event fires when slider value changes to 0. Thanks @hannahblair!0eac164- [Hotfix] add pytz to requirements. Thanks @RektPunk!v6.5.0Compare Source
Features
fc366b4- Allow webcam uploads and clipboard paste for gallery. Thanks @freddyaboulton!ddbb6a9- Allow pandas version 3. Thanks @freddyaboulton!Fixes
6594c9c- Migrate Dataset to Svelte 5. Thanks @freddyaboulton!151cbd1- Fix private spaces. Thanks @freddyaboulton!5ecf6d2- Fix CSS root in spaces. Thanks @freddyaboulton!99caae6- Migrate StatusTracker to Svelte 5. Thanks @freddyaboulton!7ed6dfa- Migrate js/fileexplorer to svelte5. Thanks @aliabid94!af5e86f- Migrate gr.MultimodalTextbox. Thanks @hannahblair!8409b7a- Migrate js/code. Thanks @aliabid94!05acc66- Fix Login. Thanks @freddyaboulton!huggingface/huggingface_hub (huggingface-hub)
v1.4.1: [v1.4.1] Fix file corruption when server ignores Range header on download retryCompare Source
Fix file corruption when server ignores Range header on download retry.
Full details in #3778 by @XciD.
Full Changelog: huggingface/huggingface_hub@v1.4.0...v1.4.1
v1.4.0: [v1.4.0] Building the HF CLI for You and your AI AgentsCompare Source
🧠
hf skills addCLI CommandA new
hf skills addcommand installs thehf-cliskill for AI coding assistants (Claude Code, Codex, OpenCode). Your AI Agent now knows how to search the Hub, download models, run Jobs, manage repos, and more.The skill is composed of two files fetched from the
huggingface_hub docs: a CLI guide (SKILL.md) and the full CLI reference (references/cli.md). Files are installed to a central.agents/skills/hf-cli/directory, and relative symlinks are created from agent-specific directories (e.g.,.claude/skills/hf-cli/→../../.agents/skills/hf-cli/). This ensures a single source of truth when installing for multiple agents.hf skills addCLI command by @julien-c in #3741hf skills addinstalls hf-cli skill to central location with symlinks by @hanouticelina in #3755🖥️ Improved CLI Help Output
The CLI help output has been reorganized to be more informative and agent-friendly:
hfCLI help output by @hanouticelina in #3743📊 Evaluation Results Module
The Hub now has a decentralized system for tracking model evaluation results. Benchmark datasets (like MMLU-Pro, HLE, GPQA) host leaderboards, and model repos store evaluation scores in
.eval_results/*.yamlfiles. These results automatically appear on both the model page and the benchmark's leaderboard. See the Evaluation Results documentation for more details.We added helpers in
huggingface_hubto work with this format:EvalResultEntrydataclass representing evaluation scoreseval_result_entries_to_yaml()to serialize entries to YAML formatparse_eval_result_entries()to parse YAML data back intoEvalResultEntryobjects🖥️ Other CLI Improvements
New
hf papers lscommand to list daily papers on the Hub, with support for filtering by date and sorting by trending or publication date.hf papers lsCLI command by @julien-c in #3723New
hf collectionscommands for managing collections from the CLI:hf collectionscommands by @Wauplin in #3767Other CLI-related improvements:
--expandfield by @hanouticelina in #3760📊 Jobs
Multi-GPU training commands are now supported with
torchrunandaccelerate launch:You can also pass local config files alongside your scripts:
New
hf jobs hardwarecommand to list available hardware options:Better filtering with label support and negation:
⚡️ Inference
🔧 QoL Improvements
📖 Documentation
🐛 Bug and typo fixes
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Berlin, 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.