Skip to content

[Bugfix] Align vllm version in requirements-test.txt with pyproject.toml#1009

Open
arijitroy003 wants to merge 1 commit into
vllm-project:mainfrom
arijitroy003:fix/vllm-version-mismatch
Open

[Bugfix] Align vllm version in requirements-test.txt with pyproject.toml#1009
arijitroy003 wants to merge 1 commit into
vllm-project:mainfrom
arijitroy003:fix/vllm-version-mismatch

Conversation

@arijitroy003

Copy link
Copy Markdown

Summary

requirements-test.txt pinned vllm==0.9.2, but pyproject.toml specifies vllm==0.13.0 in the test and lmcache optional dependencies, causing test environment version inconsistency.

Changes

  • Updated requirements-test.txt: vllm==0.9.2 → vllm==0.13.0

Testing

Verified by grep that vllm versions now match across both files.

Signed-off-by: arijitroy003 <arijitroy003@gmail.com>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the vllm dependency version from 0.9.2 to 0.13.0 in requirements-test.txt. There are no review comments, and I have no feedback to provide.

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.

1 participant