This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Bump the pip group across 3 directories with 5 updates - #8
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the pip group across 3 directories with 5 updates#8dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the pip group with 2 updates in the /text-to-speech directory: [python-multipart](https://github.com/Kludex/python-multipart) and [gradio](https://github.com/gradio-app/gradio). Bumps the pip group with 3 updates in the /function-calling directory: [torch](https://github.com/pytorch/pytorch), [transformers](https://github.com/huggingface/transformers) and [langchain](https://github.com/langchain-ai/langchain). Bumps the pip group with 1 update in the /speech-to-text directory: [gradio](https://github.com/gradio-app/gradio). Updates `python-multipart` from 0.0.7 to 0.0.22 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.7...0.0.22) Updates `gradio` from 4.19.2 to 5.31.0 - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradio-app/gradio/compare/gradio@4.19.2...gradio@5.31.0) Updates `torch` from 2.1.2 to 2.8.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.1.2...v2.8.0) Updates `transformers` from 4.38.2 to 4.53.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.38.2...v4.53.0) Updates `langchain` from 0.1.11 to 0.2.5 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-openai==0.1.11...langchain==0.2.5) Updates `gradio` from 4.19.2 to 5.31.0 - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradio-app/gradio/compare/gradio@4.19.2...gradio@5.31.0) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production dependency-group: pip - dependency-name: gradio dependency-version: 5.31.0 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production dependency-group: pip - dependency-name: langchain dependency-version: 0.2.5 dependency-type: direct:production dependency-group: pip - dependency-name: gradio dependency-version: 5.31.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Bumps the pip group with 2 updates in the /text-to-speech directory: python-multipart and gradio.
Bumps the pip group with 3 updates in the /function-calling directory: torch, transformers and langchain.
Bumps the pip group with 1 update in the /speech-to-text directory: gradio.
Updates
python-multipartfrom 0.0.7 to 0.0.22Release notes
Sourced from python-multipart's releases.
... (truncated)
Changelog
Sourced from python-multipart's changelog.
... (truncated)
Commits
bea7bbbVersion 0.0.22 (#222)0fb59a9chore: add return type on test (#221)9433f4bMerge commit from forkd5c91ecBump the github-actions group with 2 updates (#219)5a90631bump uv (#218)1f72955Version 0.0.21 (#217)47ecfedAdd support for Python 3.14 and drop EOL 3.8 and 3.9 (#216)f18b709Bump the github-actions group across 1 directory with 4 updates (#214)b388e9achore: use depedency-groups inpyproject.toml(#212)6113e75Bump the github-actions group across 1 directory with 3 updates (#210)Updates
gradiofrom 4.19.2 to 5.31.0Changelog
Sourced from gradio's changelog.
... (truncated)
Commits
16c9b24chore: update versions (#11226)ed97e39Ensureshow_indicesworks as expected in gr.JSON (#11244)bfb9bcfRemove Deep Link events from API page (#11246)3a7750cAdd padding param to gr.Markdown (#11236)8ea7ce7Provide a workaround for the MCP integration for endpoints that have `gr.Stat...13c8510Fix DeepLink Query Parameters (#11238)4099700Check file validity even if preprocess=False (#11227)62a8d97Fix Model3Dcamera_positionparam (#11230)78a3854Fix MCP server mounted path (#11231)0b7f753Improve slider alignment (#11228)Updates
torchfrom 2.1.2 to 2.8.0Release notes
Sourced from torch's releases.
... (truncated)
Commits
ba56102Cherrypick: Add the RunLLM widget to the website (#159592)c525a02[dynamo, docs] cherry pick torch.compile programming model docs into 2.8 (#15...a1cb3cc[Release Only] Remove nvshmem from list of preload libraries (#158925)c76b235Move out super large one off foreach_copy test (#158880)20a0e22Revert "[Dynamo] Allow inlining into AO quantization modules (#152934)" (#158...9167ac8[MPS] Switch Cholesky decomp to column wise (#158237)5534685[MPS] Reimplementtri[ul]as Metal shaders (#158867)d19e08dCherry pick PR 158746 (#158801)a6c044a[cherry-pick] Unify torch.tensor and torch.ops.aten.scalar_tensor behavior (#...620ebd0[Dynamo] Use proper sources for constructing dataclass defaults (#158689)Updates
transformersfrom 4.38.2 to 4.53.0Release notes
Sourced from transformers's releases.
... (truncated)
Commits
67ddc82Release: v4.53.00a8081b[Modeling] Fix encoder CPU offloading for whisper (#38994)c63cfd6Gemma 3n (#39059)3e5cc12[tests] remove tests from libraries with deprecated support (flax, tensorflow...cfff7ca[Whisper] Pipeline: handle long form generation (#35750)02ecdcfadd _keep_in_fp32_modules_strict (#39058)d973e62fix condition where torch_dtype auto collides with model_kwargs. (#39054)44b2316[qwen2-vl] fix vision attention scaling (#39043)ae15715polishing docs: error fixes for clarity (#39042)3abeabaCreate test for #38916 (custom generate from local dir with imports) (#39015)Updates
langchainfrom 0.1.11 to 0.2.5Commits
fbeeb6dlangchain: release 0.2.5 (#22922)c4f2bc9docs: Fix wrongly referenced class name in confluence.py (#22879)9ef1569core: release 0.2.7 (#22917)338180fcore: in astream_events v2 always await task even if already finished (#22916)513e491experimental: LLMGraphTransformer - added relationship properties. (#21856)8171efdcore[patch]: Fix FunctionCallbackHandler._on_tool_end (#22908)b61de97community[minor]: Fix long_context_reorder.py async (#22839)c72bcdacommunity[major], experimental[patch]: Remove Python REPL from community (#22...9a877c7community[patch]: SitemapLoader restrict depth of parsing sitemap (CVE-2024-2...4a77a3acore[patch]: fix validation of@deprecateddecorator (#22513)Updates
gradiofrom 4.19.2 to 5.31.0Changelog
Sourced from gradio's changelog.
... (truncated)
Commits
16c9b24chore: update versions (#11226)ed97e39Ensureshow_indicesworks as expected in gr.JSON (#11244)bfb9bcfRemove Deep Link events from API page (#11246)3a7750cAdd padding param to gr.Markdown (#11236)8ea7ce7Provide a workaround for the MCP integration for endpoints that have `gr.Stat...13c8510Fix DeepLink Query Parameters (#11238)4099700Check file validity even if preprocess=False (#11227)62a8d97Fix Model3Dcamera_positionparam (#11230)78a3854Fix MCP server mounted path (#11231)0b7f753Improve slider alignment (#11228)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.