Skip to content

Bump ray from 2.46.0 to 2.51.1#2

Open
dependabot[bot] wants to merge 1 commit intogadfrom
dependabot/pip/ray-2.51.1
Open

Bump ray from 2.46.0 to 2.51.1#2
dependabot[bot] wants to merge 1 commit intogadfrom
dependabot/pip/ray-2.51.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 14, 2025

Bumps ray from 2.46.0 to 2.51.1.

Release notes

Sourced from ray's releases.

Release-2.51.1

Ray-2.51.0

Release Highlights

Ray Train:

  • Ray Train v2 is now enabled by default! Ray Train v2 provides usability and stability improvements, as well as new features. For more details, see the REP and Migration Guide. To disable Ray Train v2, set the environment variable RAY_TRAIN_V2_ENABLED=0.

Ray Serve:

  • Application-level autoscaling: Introduces custom autoscaling policies that operate across all deployments in an application, enabling coordinated scaling decisions based on aggregate metrics. This is a significant advancement over per-deployment autoscaling, allowing for more intelligent resource management at the application level.
  • Enhanced autoscaling capabilities with replica-level metrics: Wires up AutoscalingContext with total_running_requests, total_queued_requests, and total_num_requests, plus adds support for min, max, and time-weighted average aggregation functions. These improvements give users fine-grained control to implement sophisticated custom autoscaling policies based on real-time workload metrics.

Ray Libraries

Ray Data

🎉 New Features:

  • Added enhanced support for Unity Catalog integration (#57954, #58049)
  • New expression evaluator infrastructure for improved query optimization (#57778, #57855)
  • Support for SaveMode in write operations (#57946)
  • Added approximate quantile aggregator (#57598)
  • MCAP datasource support for robotics data (#55716)
  • Callback-based stat computation for preprocessors and ValueCounter (#56848)
  • Support for multiple download URIs with improved error handling (#57775)

💫 Enhancements:

  • Improved projection pushdown handling with renamed columns (#58033, #58037, #58040, #58071)
  • Enhanced hash-shuffle performance with better retry policies (#57572)
  • Streamlined concurrency parameter semantics (#57035)
  • Improved execution progress rendering (#56992)
  • Better handling of empty columns in pandas blocks (#57740)
  • Enhanced support for complex data types and column operations (#57271)
  • Reduced memory usage with improved streaming generator backpressure (#57688)
  • Enhanced preemption testing and utilities (#57883)
  • Improved Download operator display names (#57773)
  • Better handling of variable-shaped tensors and tensor columns (#57240)
  • Optimized aggregator execution with out-of-order processing by default (#57753)

🔨 Fixes:

  • Fixed renamed columns to be appropriately dropped from output (#58040, #58071)
  • Fixed handling of renames in projection pushdown (#58033, #58037)
  • Fixed vLLMEngineStage field name inconsistency for images (#57980)
  • Fixed driver hang during streaming generator block metadata retrieval (#56451)
  • Fixed retry policy for hash-shuffle tasks (#57572)
  • Fixed prefetch loop to avoid blocking on fetches (#57613)
  • Fixed empty projection handling (#57740)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Nov 14, 2025
Bumps [ray](https://github.com/ray-project/ray) from 2.46.0 to 2.51.1.
- [Release notes](https://github.com/ray-project/ray/releases)
- [Commits](ray-project/ray@ray-2.46.0...ray-2.51.1)

---
updated-dependencies:
- dependency-name: ray
  dependency-version: 2.51.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot changed the base branch from seqkd to gad November 21, 2025 16:30
@dependabot dependabot bot force-pushed the dependabot/pip/ray-2.51.1 branch from 54fc2d0 to c2bca51 Compare November 21, 2025 16:30
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