Skip to content

build(dependencies): Bump dependency version - #161

Merged
mc-nv merged 1 commit into
r26.07from
mchornyi/TRI-1593/after-code-freeze-address-security-scans
Jul 22, 2026
Merged

build(dependencies): Bump dependency version#161
mc-nv merged 1 commit into
r26.07from
mchornyi/TRI-1593/after-code-freeze-address-security-scans

Conversation

@mc-nv

@mc-nv mc-nv commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Update dependency versions

@mc-nv mc-nv self-assigned this Jul 22, 2026
@greptile-apps

greptile-apps Bot commented Jul 22, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps the ray package from 2.55.1 to 2.56.1 across two requirements.txt files to keep dependencies current.

  • deps/requirements.txt: ray[all]==2.55.1ray[all]==2.56.1
  • examples/kafka-io/requirements.txt: both ray==2.55.1 and ray[serve]==2.55.1 updated to 2.56.1; all other pinned versions (torch, transformers, tritonclient, etc.) are unchanged.

Confidence Score: 5/5

Safe to merge — the change is a single minor-version bump of ray applied consistently across both requirements files, with no other modifications.

Both files are updated in lockstep to the same ray version, so there is no version skew between the core deps file and the kafka-io example. All other pinned packages remain untouched.

No files require special attention.

Important Files Changed

Filename Overview
Triton_Inference_Server_Python_API/deps/requirements.txt Bumps ray[all] from 2.55.1 to 2.56.1; no other changes.
Triton_Inference_Server_Python_API/examples/kafka-io/requirements.txt Bumps both ray==2.55.1 and ray[serve]==2.55.1 to 2.56.1; all other pinned versions unchanged.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[PR #161: Bump ray dependency] --> B[deps/requirements.txt]
    A --> C[examples/kafka-io/requirements.txt]
    B --> D["ray[all]: 2.55.1 → 2.56.1"]
    C --> E["ray: 2.55.1 → 2.56.1"]
    C --> F["ray[serve]: 2.55.1 → 2.56.1"]
Loading

Reviews (1): Last reviewed commit: "build(dependencies): Bump dependency ver..." | Re-trigger Greptile

@mc-nv
mc-nv merged commit 5132c47 into r26.07 Jul 22, 2026
4 checks passed
mc-nv added a commit that referenced this pull request Jul 29, 2026
* chore(versions): align tutorials examples with 26.07 release train (#155)

Bump tritonserver container/branch references 26.06 -> 26.07 (and
r26.06 -> r26.07) across tutorial READMEs, Dockerfiles, build scripts,
and Kubernetes manifests for the 26.07 release.

* build(dependencies): Bump dependency version (#161)

* chore: update copyright years on cherry-picked files

The add-license pre-commit hook rewrites copyright years on every file a
commit touches. CI ran it on the 26.07 alignment cherry-picks and failed;
this applies the hook's own output.
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.

2 participants