Skip to content

[Bug]: security: bump minimum setuptools version in requirements/common.txt #51993

Description

@ev227166-spec

Your current environment

<d

Details

The output of python collect_env.py
OS: Linux (Termux / Android)
Python Version: 3.11+
vLLM Repository: main branch audit


### 🐛 Describe the bug

A security audit on `requirements/common.txt` identified known security advisories affecting the pinned version of `setuptools`:

- **setuptools (`77.0.3` → Fix: `>=83.0.0`):** Affected by `PYSEC-2025-49` and `PYSEC-2026-3447`.

### Proposed Fix
Update the lower bound in `requirements/common.txt`:
```text
setuptools>=83.0.0

### Before submitting a new issue...

- [x] Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the [documentation page](https://docs.vllm.ai/en/latest/), which can answer lots of frequently asked questions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions