forked from Karylab-cklius/vllm
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>