Skip to content

[None][chore] Bump version to 1.3.0rc11#12627

Merged
ZhanruiSunCh merged 1 commit intomainfrom
preview/bump/main
Apr 1, 2026
Merged

[None][chore] Bump version to 1.3.0rc11#12627
ZhanruiSunCh merged 1 commit intomainfrom
preview/bump/main

Conversation

@ZhanruiSunCh
Copy link
Copy Markdown
Collaborator

@ZhanruiSunCh ZhanruiSunCh commented Mar 31, 2026

Summary by CodeRabbit

  • Chores
    • Version updated to 1.3.0rc11

Description

Test Coverage

PR Checklist

Please review the following before submitting your PR:

  • PR description clearly explains what and why. If using CodeRabbit's summary, please make sure it makes sense.

  • PR Follows TRT-LLM CODING GUIDELINES to the best of your knowledge.

  • Test cases are provided for new code paths (see test instructions)

  • Any new dependencies have been scanned for license and vulnerabilities

  • CODEOWNERS updated if ownership changes

  • Documentation updated as needed

  • Update tava architecture diagram if there is a significant design change in PR.

  • The reviewers assigned automatically/manually are appropriate for the PR.

  • Please check this after reviewing the above items as appropriate for this PR.

GitHub Bot Help

To see a list of available CI bot commands, please comment /bot help.

@ZhanruiSunCh ZhanruiSunCh marked this pull request as ready for review March 31, 2026 10:43
@ZhanruiSunCh ZhanruiSunCh requested a review from a team as a code owner March 31, 2026 10:43
Signed-off-by: TensorRT LLM Release <90828364+tensorrt-cicd@users.noreply.github.com>
@ZhanruiSunCh
Copy link
Copy Markdown
Collaborator Author

/bot run

@ZhanruiSunCh ZhanruiSunCh enabled auto-merge (squash) March 31, 2026 10:43
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 31, 2026

📝 Walkthrough

Walkthrough

Version bump update for release candidate 1.3.0rc11. The package version constant and related dependency pinnings were incremented from 1.3.0rc10 across three files: the version module, README badge, and example constraints configuration.

Changes

Cohort / File(s) Summary
Version Bump
README.md, examples/constraints.txt, tensorrt_llm/version.py
Updated version string from 1.3.0rc10 to 1.3.0rc11 across the package version declaration, README badge, and example constraints pinning.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • QiJune
  • nv-guomingz
  • chang-l
🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is the template itself with no actual content filled in; required sections like 'Description' and 'Test Coverage' are empty, and the checklist is only marked without explanations. Fill in the Description section explaining the version bump rationale, and the Test Coverage section listing relevant tests. Provide substantive content beyond the template.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: bumping the version to 1.3.0rc11, which matches the file changes in README.md, examples/constraints.txt, and tensorrt_llm/version.py.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch preview/bump/main

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

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
tensorrt_llm/version.py (1)

1-1: ⚠️ Potential issue | 🟡 Minor

Update copyright year range to include 2026.

This file is modified in this PR, but the header still ends at 2025. Please update the copyright year range accordingly.

As per coding guidelines: "Add NVIDIA copyright header on ALL new files, and update year on modified files."

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@tensorrt_llm/version.py` at line 1, Update the copyright year range in the
file header by changing the string "# SPDX-FileCopyrightText: Copyright (c)
2022-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved." to end in 2026
(i.e., "2022-2026") so the header reflects the updated modification year.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Outside diff comments:
In `@tensorrt_llm/version.py`:
- Line 1: Update the copyright year range in the file header by changing the
string "# SPDX-FileCopyrightText: Copyright (c) 2022-2025 NVIDIA CORPORATION &
AFFILIATES. All rights reserved." to end in 2026 (i.e., "2022-2026") so the
header reflects the updated modification year.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: f19c923b-9e72-4213-a84c-5667ee7e0e91

📥 Commits

Reviewing files that changed from the base of the PR and between 481e946 and 7f89d23.

📒 Files selected for processing (3)
  • README.md
  • examples/constraints.txt
  • tensorrt_llm/version.py

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #40929 [ run ] triggered by Bot. Commit: 7f89d23 Link to invocation

@tensorrt-cicd
Copy link
Copy Markdown
Collaborator

PR_Github #40929 [ run ] completed with state SUCCESS. Commit: 7f89d23
/LLM/main/L0_MergeRequest_PR pipeline #31923 completed with status: 'SUCCESS'
Pipeline passed with automatic retried tests. Check the rerun report for details.

CI Report

Link to invocation

@ZhanruiSunCh ZhanruiSunCh merged commit a696ecb into main Apr 1, 2026
12 of 13 checks passed
@ZhanruiSunCh ZhanruiSunCh deleted the preview/bump/main branch April 1, 2026 03:14
karen-sy pushed a commit to karen-sy/TensorRT-LLM that referenced this pull request Apr 7, 2026
Signed-off-by: TensorRT LLM Release <90828364+tensorrt-cicd@users.noreply.github.com>
Co-authored-by: TensorRT LLM Release <90828364+tensorrt-cicd@users.noreply.github.com>
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.

3 participants