Skip to content

[Chore] Bump Python version and apply formatting changes for v0.12 release#126

Merged
DarkLight1337 merged 4 commits intomainfrom
bump-python-version
Dec 16, 2025
Merged

[Chore] Bump Python version and apply formatting changes for v0.12 release#126
DarkLight1337 merged 4 commits intomainfrom
bump-python-version

Conversation

@DarkLight1337
Copy link
Copy Markdown
Member

@DarkLight1337 DarkLight1337 commented Dec 1, 2025

PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS (AT THE BOTTOM) HAVE BEEN CONSIDERED.

Purpose

FIX #54

Test Plan

Test Result


Essential Elements of an Effective PR Description Checklist
  • The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • The test plan, such as providing test command.
  • The test results, such as pasting the results comparison before and after, or e2e results
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model.
  • (Optional) Release notes update. If your change is user facing, please update the release notes draft.

BEFORE SUBMITTING, PLEASE READ https://github.com/vllm-project/vllm-omni/blob/main/CONTRIBUTING.md (anything written below this line will be removed by GitHub Actions)

@DarkLight1337 DarkLight1337 changed the title [Chore] Bump dependencies to be compatible with upstream v0.11.2 [Chore] Bump Python version and apply formatting change Dec 1, 2025
@DarkLight1337 DarkLight1337 changed the title [Chore] Bump Python version and apply formatting change [Chore] Bump Python version and apply formatting changes Dec 1, 2025
@ywang96
Copy link
Copy Markdown
Member

ywang96 commented Dec 1, 2025

@DarkLight1337 vllm-omni is currently based on 0.11.0 - is this change really necessary?

@DarkLight1337
Copy link
Copy Markdown
Member Author

DarkLight1337 commented Dec 1, 2025

Oh, sorry I misread the comment in #33. We can merge this PR after the branch cut then.

Comment thread pyproject.toml
"regex",
"ruff",
"pydantic",
"black>=23.0.0",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is needed by doc build as i recall. cc @Gaohan123

@DarkLight1337
Copy link
Copy Markdown
Member Author

DarkLight1337 commented Dec 1, 2025

Let me mark this as draft for now until it is confirmed that we can safely apply these changes without affecting the initial release

@DarkLight1337 DarkLight1337 reopened this Dec 1, 2025
@DarkLight1337 DarkLight1337 marked this pull request as draft December 1, 2025 07:02
@DarkLight1337 DarkLight1337 changed the title [Chore] Bump Python version and apply formatting changes [Chore] Bump Python version and apply formatting changes for v0.12 release Dec 1, 2025
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
@DarkLight1337 DarkLight1337 marked this pull request as ready for review December 15, 2025 09:07
@hsliuustc0106 hsliuustc0106 added the ready label to trigger buildkite CI label Dec 16, 2025
Copy link
Copy Markdown
Collaborator

@hsliuustc0106 hsliuustc0106 left a comment

Choose a reason for hiding this comment

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

lgtm

@DarkLight1337
Copy link
Copy Markdown
Member Author

There is a timeout error, is that occurring on main?

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
@ZJY0516
Copy link
Copy Markdown
Member

ZJY0516 commented Dec 16, 2025

There is a timeout error, is that occurring on main?

Yes, sometimes. I'll adjust by splitting the test to meet the time constraint.

@DarkLight1337 DarkLight1337 merged commit c091a03 into main Dec 16, 2025
4 of 5 checks passed
@DarkLight1337 DarkLight1337 deleted the bump-python-version branch December 16, 2025 07:19
faaany pushed a commit to faaany/vllm-omni that referenced this pull request Dec 19, 2025
…lease (vllm-project#126)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Signed-off-by: Fanli Lin <fanli.lin@intel.com>
yenuo26 pushed a commit to yenuo26/vllm-omni that referenced this pull request Dec 29, 2025
…lease (vllm-project#126)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Signed-off-by: wangyu31577 <wangyu31577@hundsun.com>
princepride pushed a commit to princepride/vllm-omni that referenced this pull request Jan 10, 2026
…lease (vllm-project#126)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready label to trigger buildkite CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Upgrade Python version before release

4 participants