Skip to content

Bump the pip group across 3 directories with 6 updates#1

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/llamaindex_demo/pip-9b69d6802a
Open

Bump the pip group across 3 directories with 6 updates#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/llamaindex_demo/pip-9b69d6802a

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the pip group with 4 updates in the /llamaindex_demo directory: gradio, llama-index, torch and transformers.
Bumps the pip group with 4 updates in the /local_mode directory: torch, transformers, requests and starlette.
Bumps the pip group with 4 updates in the /web_demo directory: gradio, torch, transformers and requests.

Updates gradio from 4.26.0 to 5.31.0

Changelog

Sourced from gradio's changelog.

5.31.0

Features

Fixes

5.30.0

Features

Fixes

5.29.1

Features

Fixes

... (truncated)

Commits

Updates llama-index from 0.10.43 to 0.13.0

Release notes

Sourced from llama-index's releases.

v0.13.0

Release Notes

NOTE: All packages have been bumped to handle the latest llama-index-core version.

llama-index-core [0.13.0]

  • breaking: removed deprecated agent classes, including FunctionCallingAgent, the older ReActAgent implementation, AgentRunner, all step workers, StructuredAgentPlanner, OpenAIAgent, and more. All users should migrate to the new workflow based agents: FunctionAgent, CodeActAgent, ReActAgent, and AgentWorkflow (#19529)
  • breaking: removed deprecated QueryPipeline class and all associated code (#19554)
  • breaking: changed default index.as_chat_engine() to return a CondensePlusContextChatEngine. Agent-based chat engines have been removed (which was the previous default). If you need an agent, use the above mentioned agent classes. (#19529)
  • fix: Update BaseDocumentStore to not return Nones in result (#19513)
  • fix: Fix FunctionTool param doc parsing and signature mutation; update tests (#19532)
  • fix: Handle empty prompt in MockLLM.stream_complete (#19521)

llama-index-embeddings-mixedbreadai [0.5.0]

  • feat: Update mixedbread embeddings and rerank for latest sdk (#19519)

llama-index-instrumentation [0.4.0]

  • fix: let wrapped exceptions bubble up (#19566)

llama-index-llms-google-genai [0.3.0]

  • feat: Add Thought Summaries and signatures for Gemini (#19505)

llama-index-llms-nvidia [0.4.0]

  • feat: add support for kimi-k2-instruct (#19525)

llama-index-llms-upstage [0.6.0]

  • feat: add new upstage model(solar-pro2) (#19526)

llama-index-postprocessor-mixedbreadai-rerank [0.5.0]

  • feat: Update mixedbread embeddings and rerank for latest sdk (#19519)

llama-index-readers-github [0.8.0]

  • feat: Github Reader enhancements for file filtering and custom processing (#19543)

llama-index-readers-s3 [0.5.0]

  • feat: add support for region_name via client_kwargs in S3Reader (#19546)

llama-index-tools-valyu [0.4.0]

  • feat: Update Valyu sdk to latest version (#19538)

... (truncated)

Changelog

Sourced from llama-index's changelog.

llama-index-core [0.13.0]

  • breaking: removed deprecated agent classes, including FunctionCallingAgent, the older ReActAgent implementation, AgentRunner, all step workers, StructuredAgentPlanner, OpenAIAgent, and more. All users should migrate to the new workflow based agents: FunctionAgent, CodeActAgent, ReActAgent, and AgentWorkflow (#19529)
  • breaking: removed deprecated QueryPipeline class and all associated code (#19554)
  • breaking: changed default index.as_chat_engine() to return a CondensePlusContextChatEngine. Agent-based chat engines have been removed (which was the previous default). If you need an agent, use the above mentioned agent classes. (#19529)
  • fix: Update BaseDocumentStore to not return Nones in result (#19513)
  • fix: Fix FunctionTool param doc parsing and signature mutation; update tests (#19532)
  • fix: Handle empty prompt in MockLLM.stream_complete (#19521)

llama-index-embeddings-mixedbreadai [0.5.0]

  • feat: Update mixedbread embeddings and rerank for latest sdk (#19519)

llama-index-instrumentation [0.4.0]

  • fix: let wrapped exceptions bubble up (#19566)

llama-index-llms-google-genai [0.3.0]

  • feat: Add Thought Summaries and signatures for Gemini (#19505)

llama-index-llms-nvidia [0.4.0]

  • feat: add support for kimi-k2-instruct (#19525)

llama-index-llms-upstage [0.6.0]

  • feat: add new upstage model(solar-pro2) (#19526)

llama-index-postprocessor-mixedbreadai-rerank [0.5.0]

  • feat: Update mixedbread embeddings and rerank for latest sdk (#19519)

llama-index-readers-github [0.8.0]

  • feat: Github Reader enhancements for file filtering and custom processing (#19543)

llama-index-readers-s3 [0.5.0]

  • feat: add support for region_name via client_kwargs in S3Reader (#19546)

llama-index-tools-valyu [0.4.0]

  • feat: Update Valyu sdk to latest version (#19538)

llama-index-voice-agents-gemini-live [0.2.0]

  • feat(beta): adding first implementation of gemini live (#19489)

llama-index-vector-stores-astradb [0.5.0]

... (truncated)

Commits

Updates torch from 2.3.1 to 2.8.0

Release notes

Sourced from torch's releases.

PyTorch 2.8.0 Release Notes

Highlights

... (truncated)

Commits
  • ba56102 Cherrypick: 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)
  • c76b235 Move out super large one off foreach_copy test (#158880)
  • 20a0e22 Revert "[Dynamo] Allow inlining into AO quantization modules (#152934)" (#158...
  • 9167ac8 [MPS] Switch Cholesky decomp to column wise (#158237)
  • 5534685 [MPS] Reimplement tri[ul] as Metal shaders (#158867)
  • d19e08d Cherry 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)
  • Additional commits viewable in compare view

Updates transformers from 4.39.0 to 4.53.0

Release notes

Sourced from transformers's releases.

Release v4.53.0

Gemma3n

Gemma 3n models are designed for efficient execution on low-resource devices. They are capable of multimodal input, handling text, image, video, and audio input, and generating text outputs, with open weights for pre-trained and instruction-tuned variants. These models were trained with data in over 140 spoken languages.

Gemma 3n models use selective parameter activation technology to reduce resource requirements. This technique allows the models to operate at an effective size of 2B and 4B parameters, which is lower than the total number of parameters they contain. For more information on Gemma 3n's efficient parameter management technology, see the Gemma 3n page.

image

from transformers import pipeline
import torch
pipe = pipeline(
"image-text-to-text",
torch_dtype=torch.bfloat16,
model="google/gemma-3n-e4b",
device="cuda",
)
output = pipe(
"https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/bee.jpg",
text="<image_soft_token> in this image, there is"
)
print(output)

Dia

image

Dia is an opensource text-to-speech (TTS) model (1.6B parameters) developed by Nari Labs. It can generate highly realistic dialogue from transcript including nonverbal communications such as laughter and coughing. Furthermore, emotion and tone control is also possible via audio conditioning (voice cloning).

Model Architecture: Dia is an encoder-decoder transformer based on the original transformer architecture. However, some more modern features such as rotational positional embeddings (RoPE) are also included. For its text portion (encoder), a byte tokenizer is utilized while for the audio portion (decoder), a pretrained codec model DAC is used - DAC encodes speech into discrete codebook tokens and decodes them back into audio.

Kyutai Speech-to-Text

Kyutai STT is a speech-to-text model architecture based on the Mimi codec, which encodes audio into discrete tokens in a streaming fashion, and a Moshi-like autoregressive decoder. Kyutai’s lab has released two model checkpoints:

... (truncated)

Commits

Updates torch from 2.3.1 to 2.8.0

Release notes

Sourced from torch's releases.

PyTorch 2.8.0 Release Notes

Highlights

... (truncated)

Commits
  • ba56102 Cherrypick: 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)
  • c76b235 Move out super large one off foreach_copy test (#158880)
  • 20a0e22 Revert "[Dynamo] Allow inlining into AO quantization modules (#152934)" (#158...
  • 9167ac8 [MPS] Switch Cholesky decomp to column wise (#158237)
  • 5534685 [MPS] Reimplement tri[ul] as Metal shaders (#158867)
  • d19e08d Cherry 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)
  • Additional commits viewable in compare view

Updates transformers from 4.39.0 to 4.53.0

Release notes

Sourced from transformers's releases.

Release v4.53.0

Gemma3n

Gemma 3n models are designed for efficient execution on low-resource devices. They are capable of multimodal input, handling text, image, video, and audio input, and generating text outputs, with open weights for pre-trained and instruction-tuned variants. These models were trained with data in over 140 spoken languages.

Gemma 3n models use selective parameter activation technology to reduce resource requirements. This technique allows the models to operate at an effective size of 2B and 4B parameters, which is lower than the total number of parameters they contain. For more information on Gemma 3n's efficient parameter management technology, see the Gemma 3n page.

image

from transformers import pipeline
import torch
pipe = pipeline(
"image-text-to-text",
torch_dtype=torch.bfloat16,
model="google/gemma-3n-e4b",
device="cuda",
)
output = pipe(
"https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/bee.jpg",
text="<image_soft_token> in this image, there is"
)
print(output)

Dia

image

Dia is an opensource text-to-speech (TTS) model (1.6B parameters) developed by Nari Labs. It can generate highly realistic dialogue from transcript including nonverbal communications such as laughter and coughing. Furthermore, emotion and tone control is also possible via audio conditioning (voice cloning).

Model Architecture: Dia is an encoder-decoder transformer based on the original transformer architecture. However, some more modern features such as rotational positional embeddings (RoPE) are also included. For its text portion (encoder), a byte tokenizer is utilized while for the audio portion (decoder), a pretrained codec model DAC is used - DAC encodes speech into discrete codebook tokens and decodes them back into audio.

Kyutai Speech-to-Text

Kyutai STT is a speech-to-text model architecture based on the Mimi codec, which encodes audio into discrete tokens in a streaming fashion, and a Moshi-like autoregressive decoder. Kyutai’s lab has released two model checkpoints:

... (truncated)

Commits

Updates requests from 2.32.3 to 2.32.4

Release notes

Sourced from requests's releases.

v2.32.4

2.32.4 (2025-06-10)

Security

  • CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve credentials for the wrong hostname/machine from a netrc file. (#6965)

Improvements

  • Numerous documentation improvements

Deprecations

  • Added support for pypy 3.11 for Linux and macOS. (#6926)
  • Dropped support for pypy 3.9 following its end of support. (#6926)
Changelog

Sourced from requests's changelog.

2.32.4 (2025-06-10)

Security

  • CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve credentials for the wrong hostname/machine from a netrc file.

Improvements

  • Numerous documentation improvements

Deprecations

  • Added support for pypy 3.11 for Linux and macOS.
  • Dropped support for pypy 3.9 following its end of support.
Commits
  • 021dc72 Polish up release tooling for last manual release
  • 821770e Bump version and add release notes for v2.32.4
  • 59f8aa2 Add netrc file search information to authentication documentation (#6876)
  • 5b4b64c Add more tests to prevent regression of CVE 2024 47081
  • 7bc4587 Add new test to check netrc auth leak (#6962)
  • 96ba401 Only use hostname to do netrc lookup instead of netloc
  • 7341690 Merge pull request #6951 from tswast/patch-1
  • 6716d7c remove links
  • a7e1c74 Update docs/conf.py
  • c799b81 docs: fix dead links to kenreitz.org
  • Additional commits viewable in compare view

Updates starlette from 0.37.2 to 0.47.2

Release notes

Sourced from starlette's releases.

0.47.2

Fixed

  • Make UploadFile check for future rollover #2962.

New Contributors

Full Changelog: Kludex/starlette@0.47.1...0.47.2

Version 0.47.1

Fixed

  • Use Self in TestClient.__enter__ #2951
  • Allow async exception handlers to type-check #2949

Full Changelog: Kludex/starlette@0.47.0...0.47.1

Version 0.47.0

Added

  • Add support for ASGI pathsend extension #2671.
  • Add partitioned attribute to Response.set_cookie #2501.

Changed

  • Change methods parameter type from list[str] to Collection[str] #2903.
  • Replace import typing by from typing import ... in the whole codebase #2867.

Fixed

  • Mark ExceptionMiddleware.http_exception as async to prevent thread creation #2922.

New Contributors

Full Changelog: Kludex/starlette@0.46.2...0.47.0

Version 0.46.2

... (truncated)

Changelog

Sourced from starlette's changelog.

0.47.2 (July 20, 2025)

Fixed

  • Make UploadFile check for future rollover #2962.

0.47.1 (June 21, 2025)

Fixed

  • Use Self in TestClient.__enter__ #2951.
  • Allow async exception handlers to type-check #2949.

0.47.0 (May 29, 2025)

Added

  • Add support for ASGI pathsend extension #2671.
  • Add partitioned attribute to Response.set_cookie #2501.

Changed

  • Change methods parameter type from list[str] to Collection[str] #2903.
  • Replace import typing by from typing import ... in the whole codebase #2867.

Fixed

  • Mark ExceptionMiddleware.http_exception as async to prevent thread creation #2922.

0.46.2 (April 13, 2025)

Fixed

  • Prevents reraising of exception from BaseHttpMiddleware #2911.
  • Use correct index on backwards compatible logic in TemplateResponse #2909.

0.46.1 (March 8, 2025)

Fixed

  • Allow relative directory path when follow_symlinks=True #2896.

0.46.0 (February 22, 2025)

Added

  • GZipMiddleware: Make sure Vary header is always added if a response can be compressed #2865.

... (truncated)

Commits

Updates gradio from 4.26.0 to 5.31.0

Changelog

Sourced from gradio's changelog.

5.31.0

Features

Fixes

5.30.0

Features

Fixes

5.29.1

Features

  • #11185 e64b83b - Evaluate index variable in argument description. Tha...

    Description has been truncated

Bumps the pip group with 4 updates in the /llamaindex_demo directory: [gradio](https://github.com/gradio-app/gradio), [llama-index](https://github.com/run-llama/llama_index), [torch](https://github.com/pytorch/pytorch) and [transformers](https://github.com/huggingface/transformers).
Bumps the pip group with 4 updates in the /local_mode directory: [torch](https://github.com/pytorch/pytorch), [transformers](https://github.com/huggingface/transformers), [requests](https://github.com/psf/requests) and [starlette](https://github.com/Kludex/starlette).
Bumps the pip group with 4 updates in the /web_demo directory: [gradio](https://github.com/gradio-app/gradio), [torch](https://github.com/pytorch/pytorch), [transformers](https://github.com/huggingface/transformers) and [requests](https://github.com/psf/requests).


Updates `gradio` from 4.26.0 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.26.0...gradio@5.31.0)

Updates `llama-index` from 0.10.43 to 0.13.0
- [Release notes](https://github.com/run-llama/llama_index/releases)
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md)
- [Commits](run-llama/llama_index@v0.10.43...v0.13.0)

Updates `torch` from 2.3.1 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.3.1...v2.8.0)

Updates `transformers` from 4.39.0 to 4.53.0
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.39.0...v4.53.0)

Updates `torch` from 2.3.1 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.3.1...v2.8.0)

Updates `transformers` from 4.39.0 to 4.53.0
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.39.0...v4.53.0)

Updates `requests` from 2.32.3 to 2.32.4
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.3...v2.32.4)

Updates `starlette` from 0.37.2 to 0.47.2
- [Release notes](https://github.com/Kludex/starlette/releases)
- [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md)
- [Commits](Kludex/starlette@0.37.2...0.47.2)

Updates `gradio` from 4.26.0 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.26.0...gradio@5.31.0)

Updates `torch` from 2.3.1 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.3.1...v2.8.0)

Updates `transformers` from 4.39.0 to 4.53.0
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.39.0...v4.53.0)

Updates `requests` from 2.32.3 to 2.32.4
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.3...v2.32.4)

---
updated-dependencies:
- dependency-name: gradio
  dependency-version: 5.31.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: llama-index
  dependency-version: 0.13.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: 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: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: starlette
  dependency-version: 0.47.2
  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: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants