fix: update router deps (#9921)

This commit is contained in:
Yineng Zhang
2025-09-02 03:28:58 -07:00
committed by GitHub
parent 1db649ac02
commit 8766b3aca8
2 changed files with 3 additions and 2 deletions

View File

@@ -48,7 +48,8 @@ FILES_TO_UPDATE = python/sgl_kernel/version.py \
pyproject.toml \
pyproject_rocm.toml \
pyproject_cpu.toml \
../docker/Dockerfile
../docker/Dockerfile \
../.github/workflows/pr-test-pd-router.yml
update: ## Update version numbers across project files. Usage: make update <new_version>
@if [ -z "$(filter-out $@,$(MAKECMDGOALS))" ]; then \