Files
vllm/requirements
Tyler Michael SmithandClaude Opus 4.6 ee04cef6e7 [CI] Pin schemathesis<4 to fix test_openai_schema.py collection failure
schemathesis v4 (released 2025-06-10) removed the `GenerationConfig`
class from its public API.  The test imports it as
`from schemathesis import GenerationConfig`, which breaks at collection
time with `ImportError: cannot import name 'GenerationConfig'`.

The requirements files specified `schemathesis>=3.39.15` with no upper
bound, so CI resolves the latest (v4.x) and fails.  Pin to `<4` in all
four input/unpinned requirements files (cuda.in, rocm.in, xpu.in,
nightly-torch.txt) to keep the v3 API the test relies on.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Tyler Michael Smith <tlrmchlsmth@gmail.com>
2026-06-19 20:38:01 -04:00
..