Skip to content

Conversation

@red-hat-konflux-kflux-prd-rh02
Copy link
Contributor

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot commented Jan 16, 2026

This PR contains the following updates:

Package Change Age Confidence
torchvision ==0.24.0 -> ==0.25.0 age confidence
torchvision >=0.24.0,<0.25.0 -> >=0.25.0,<0.26.0 age confidence

Release Notes

pytorch/vision (torchvision)

v0.25.0: TorchVision 0.25 Release

Compare Source

TorchVision 0.25 is out! It is compatible with torch 2.10. It's a small release that comes with the following improvements:

Enhancement

[transforms] KeyPoints aren't clamped by default anymore after a transform. This is a bug-fix that comes with a change of behavior. We also added the SanitizeKeyPoints transform to remove keypoints outside of the image area (#​9236, #​9235)
[utils] draw_bounding_boxes now supports a label_background_colors parameter (#​9204)
[io] Fixed an issue in the GIF decoder (decode_gif, decode_image) which affected some (not all) animated GIFs. (#​9241)
[misc] Various code-quality and docs improvements (#​9218, #​9270, #​9250, #​9247)

Contributors

🎉 We're grateful for our community, which helps us improve Torchvision by submitting issues and PRs, and providing feedback and suggestions. The following persons have contributed patches for this release:

Andrei Moraru, Andrey Talman, Antoine Simoulin , Arun Prakash A, Björn Barz, Huy Do, Nicolas Hug, Sean Gilligan, Wes Castro, Zhitao Yu

v0.24.1: TorchVision 0.24.1 Release

Compare Source

This is a patch release, which is compatible with PyTorch 2.9.1. There are no new features added.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux-kflux-prd-rh02
Copy link
Contributor Author

red-hat-konflux-kflux-prd-rh02 bot commented Jan 16, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package torchvision
Using CPython 3.12.12 interpreter at: /usr/bin/python3
  × No solution found when resolving dependencies for split (markers:
  │ (python_full_version == '3.12.*' and platform_machine != 'aarch64'
  │ and platform_machine != 'x86_64' and sys_platform == 'linux') or
  │ (python_full_version == '3.12.*' and sys_platform != 'darwin' and
  │ sys_platform != 'linux')):
  ╰─▶ Because torchvision>=0.25.0 depends on torch==2.10.0 and only the
      following versions of torchvision are available:
          torchvision<=0.25.0
          torchvision==0.25.0+82df5f5
          torchvision==0.25.0+8ac84ee
          torchvision==0.25.0+cpu
      we can conclude that torchvision>=0.25.0 depends on torch==2.10.0.
      And because your project depends on torch>=2.9.0,<2.10.0 and
      torchvision>=0.25.0, we can conclude that your project's requirements
      are unsatisfiable.

      hint: The resolution failed for an environment that is not the current
      one, consider limiting the environments with `tool.uv.environments`.

@coderabbitai
Copy link

coderabbitai bot commented Jan 16, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/main/torchvision-0.x branch from 91427e8 to 96b8c3b Compare January 22, 2026 00:10
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update dependency torchvision to >=0.24.1,<0.25.0 Update dependency torchvision to >=0.25.0,<0.26.0 Jan 22, 2026
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update dependency torchvision to >=0.25.0,<0.26.0 fix(deps): update dependency torchvision to >=0.25.0,<0.26.0 Jan 22, 2026
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/main/torchvision-0.x branch from 96b8c3b to 5d3daf1 Compare January 30, 2026 12:05
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/main/torchvision-0.x branch from 5d3daf1 to cd34416 Compare February 6, 2026 20:09
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/main/torchvision-0.x branch from cd34416 to 4f78908 Compare February 10, 2026 12:06
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title fix(deps): update dependency torchvision to >=0.25.0,<0.26.0 fix(deps): update dependency torchvision to v0.25.0 Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants