Skip to content

Commit f2f829e

Browse files
NickLucchehuydhn
authored andcommitted
[Bugfix] Fix flaky test_streaming_response test (vllm-project#20363)
Signed-off-by: NickLucche <nlucches@redhat.com>
1 parent 4b86f92 commit f2f829e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tokenizers >= 0.21.1 # Required for fast incremental detokenization.
1313
protobuf # Required by LlamaTokenizer.
1414
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
1515
aiohttp
16-
openai >= 1.52.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
16+
openai >= 1.52.0, <= 1.90.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
1717
pydantic >= 2.10
1818
prometheus_client >= 0.18.0
1919
pillow # Required for image processing

0 commit comments

Comments
 (0)