Skip to content

Bump the all-python-packages group across 1 directory with 4 updates #407

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps the all-python-packages group with 4 updates in the / directory: datasets, transformers, grpcio and llama-index-core.

Updates datasets from 3.1.0 to 3.6.0

Release notes

Sourced from datasets's releases.

3.6.0

Dataset Features

Other improvements and bug fixes

New Contributors

Full Changelog: huggingface/datasets@3.5.1...3.6.0

3.5.1

Bug fixes

Other improvements

New Contributors

Full Changelog: huggingface/datasets@3.5.0...3.5.1

3.5.0

Datasets Features

... (truncated)

Commits

Updates transformers from 4.52.3 to 4.52.4

Release notes

Sourced from transformers's releases.

Patch release: v4.52.4

The following commits are included in that patch release:

  • [qwen-vl] Look for vocab size in text config (#38372)
  • Fix convert to original state dict for VLMs (#38385)
  • [video utils] group and reorder by number of frames (#38374)
  • [paligemma] fix processor with suffix (#38365)
  • Protect get_default_device for torch<2.3 (#38376)
  • [OPT] Fix attention scaling (#38290)
Commits

Updates grpcio from 1.71.0 to 1.72.1

Release notes

Sourced from grpcio's releases.

Release v1.72.1

This is release gRPC Core 1.72.1 (gusto).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Python

  • Pin Cython to 3.1.1 #39609
    • This solves several issues:
      1. #39588: Selecting unstable Cython releases when building gRPC Python artifacts.
      2. Using inconsistent Cython version in released platform-specific wheels within the same grpcio release.
      3. cython/cython#6878 Several published grpcio wheels were built with Cython 3.1.0 and are affected by Cython memory leak issue when using AsyncIO APIs (grpc.aio.*).
  • Fix Python 3.12 MacOS universal release artifact #39418

Release v1.72.0

This is release gRPC Core 1.72.0 (gusto).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Release v1.72.0-pre1

This is a prerelease of gRPC Core 1.72.0 (gusto).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This prerelease contains refinements, improvements, and bug fixes.

Release v1.71.1

This is release gRPC Core 1.71.1 (gears).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

  • [RLS] fix use-after-free from accessing config after LB policy shutdown (grpc/grpc#39303)
  • [EventEngine] Fix busy loop in thread pool when shutting down (grpc/grpc#39258)
Commits
  • 1ca7b98 [Release] Bump version to 1.72.1 (on v1.72.x branch) (#39719)
  • 54bd142 [Backport][v1.72]Added #defined to force disable secure_getenv (#39343) (#39715)
  • 8a3e247 [SSA] backport fix to 1.72.x (#39704)
  • 967170c Fix Python linux distribtest for aarch64_alpine target and enable for presubm...
  • e1e0264 [Backport][v1.72.x][Python] Fix Python Linux distribtests copy conflicts (#39...
  • 2abb6f3 [Backport][v1.72.x][Python] Pin Cython to 3.1.1 (#39609) (#39632)
  • fbd68c7 [Backport][v1.72.x] Fix Python 3.12 MacOS release artifact (#39418) (#39504)
  • 84c340d [Backport][v1.72.x] Protect grpc generated sources from unwanted system macro...
  • 3b179f8 [Backport-v1.72.x] [Build] Fix use_openssl=true (#39420)
  • 6c47208 [RLS] fix use-after-free from accessing config after LB policy shutdown (v1.7...
  • Additional commits viewable in compare view

Updates llama-index-core from 0.12.37 to 0.12.39

Release notes

Sourced from llama-index-core's releases.

v0.12.39 (2025-05-30)

Release Notes

[2025-05-30]

llama-index-core [0.12.39]

  • feat: Adding Resource to perform dependency injection in Workflows (docs coming soon!) (#18884)
  • feat: Add tool_required param to function calling LLMs (#18654)
  • fix: make prefix and response non-required for hitl events (#18896)
  • fix: SelectionOutputParser when LLM chooses no choices (#18886)

llama-index-indices-managed-llama-cloud [0.7.2]

  • feat: add non persisted composite retrieval (#18908)

llama-index-llms-bedrock-converse [0.7.0]

  • feat: Update aioboto3 dependency to allow latest version (#18889)

llama-index-llms-ollama [0.6.1]

  • Support ollama 0.5.0 SDK, update ollama docs (#18904)

llama-index-vector-stores-milvus [0.8.3]

  • feat: Multi language analyzer supported in Milvus (#18901)

v0.12.38 (2025-05-28)

Release Notes

llama-index-core [0.12.38]

  • feat: Adding a very simple implementation of an embeddings cache (#18864)
  • feat: Add cols_retrievers in NLSQLRetriever (#18843)
  • feat: Add row, col, and table retrievers as args in NLSQLTableQueryEngine (#18874)
  • feat: add configurable allow_parallel_tool_calls to FunctionAgent (#18829)
  • feat: Allow ctx in BaseToolSpec functions, other ctx + tool calling overhauls (#18783)
  • feat: Optimize get_biggest_prompt for readability and efficiency (#18808)
  • fix: prevent DoS attacks in JSONReader (#18877)
  • fix: SelectionOutputParser when LLM chooses no choices (#18886)
  • fix: resuming AgentWorkflow from ctx during hitl (#18844)
  • fix: context serialization during AgentWorkflow runs (#18866)
  • fix: Throw error if content block resolve methods yield empty bytes (#18819)
  • fix: Reduce issues when parsing "Thought/Action/Action Input" ReActAgent completions (#18818)
  • fix: Strip code block backticks from QueryFusionRetriever llm response (#18825)
  • fix: Fix get_function_tool in function_program.py when schema doesn't have "title" key (#18796)

llama-index-agent-azure-foundry [0.1.0]

... (truncated)

Changelog

Sourced from llama-index-core's changelog.

llama-index-core [0.12.39]

  • feat: Adding Resource to perform dependency injection in Workflows (docs coming soon!) (#18884)
  • feat: Add require_tool param to function calling LLMs (#18654)
  • fix: make prefix and response non-required for hitl events (#18896)
  • fix: SelectionOutputParser when LLM chooses no choices (#18886)

llama-index-indices-managed-llama-cloud [0.7.2]

  • feat: add non persisted composite retrieval (#18908)

llama-index-llms-bedrock-converse [0.7.0]

  • feat: Update aioboto3 dependency to allow latest version (#18889)

llama-index-llms-ollama [0.6.1]

  • Support ollama 0.5.0 SDK, update ollama docs (#18904)

llama-index-vector-stores-milvus [0.8.3]

  • feat: Multi language analyzer supported in Milvus (#18901)

[2025-05-28]

llama-index-core [0.12.38]

  • feat: Adding a very simple implementation of an embeddings cache (#18864)
  • feat: Add cols_retrievers in NLSQLRetriever (#18843)
  • feat: Add row, col, and table retrievers as args in NLSQLTableQueryEngine (#18874)
  • feat: add configurable allow_parallel_tool_calls to FunctionAgent (#18829)
  • feat: Allow ctx in BaseToolSpec functions, other ctx + tool calling overhauls (#18783)
  • feat: Optimize get_biggest_prompt for readability and efficiency (#18808)
  • fix: prevent DoS attacks in JSONReader (#18877)
  • fix: SelectionOutputParser when LLM chooses no choices (#18886)
  • fix: resuming AgentWorkflow from ctx during hitl (#18844)
  • fix: context serialization during AgentWorkflow runs (#18866)
  • fix: Throw error if content block resolve methods yield empty bytes (#18819)
  • fix: Reduce issues when parsing "Thought/Action/Action Input" ReActAgent completions (#18818)
  • fix: Strip code block backticks from QueryFusionRetriever llm response (#18825)
  • fix: Fix get_function_tool in function_program.py when schema doesn't have "title" key (#18796)

llama-index-agent-azure-foundry [0.1.0]

  • feat: add azure foundry agent integration (#18772)

llama-index-agent-llm-compiler [0.3.1]

  • feat: llm-compiler support stream_step/astream_step (#18809)

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 2, 2025
dependabot bot and others added 2 commits June 3, 2025 00:41
Bumps the all-python-packages group with 4 updates in the / directory: [datasets](https://github.com/huggingface/datasets), [transformers](https://github.com/huggingface/transformers), [grpcio](https://github.com/grpc/grpc) and [llama-index-core](https://github.com/run-llama/llama_index).

Updates `datasets` from 3.1.0 to 3.6.0
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](huggingface/datasets@3.1.0...3.6.0)

Updates `transformers` from 4.52.3 to 4.52.4
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.52.3...v4.52.4)

Updates `grpcio` from 1.71.0 to 1.72.1
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.71.0...v1.72.1)

Updates `llama-index-core` from 0.12.37 to 0.12.39
- [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.12.37...v0.12.39)

---
updated-dependencies:
- dependency-name: datasets
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-python-packages
- dependency-name: transformers
  dependency-version: 4.52.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-python-packages
- dependency-name: grpcio
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-python-packages
- dependency-name: llama-index-core
  dependency-version: 0.12.39
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@nerdai nerdai force-pushed the dependabot/uv/all-python-packages-420a1ac66b branch from 7d81b3e to 9013e49 Compare June 3, 2025 04:41
@nerdai nerdai enabled auto-merge (squash) June 3, 2025 04:42
Copy link

codecov bot commented Jun 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.15%. Comparing base (970560e) to head (9013e49).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #407   +/-   ##
=======================================
  Coverage   98.15%   98.15%           
=======================================
  Files         142      142           
  Lines        3366     3366           
=======================================
  Hits         3304     3304           
  Misses         62       62           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nerdai nerdai merged commit 281889c into main Jun 3, 2025
9 checks passed
@nerdai nerdai deleted the dependabot/uv/all-python-packages-420a1ac66b branch June 3, 2025 04:43
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:uv Pull requests that update python:uv code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant