Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
befedf86
Commit
befedf86
authored
Aug 18, 2025
by
Michael Goin
Committed by
simon-mo
Aug 18, 2025
Browse files
[CI Bugfix] Pin `openai<1.100` to unblock CI (#23118)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
0fc8fa75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
requirements/common.txt
requirements/common.txt
+1
-1
requirements/docs.txt
requirements/docs.txt
+1
-1
No files found.
requirements/common.txt
View file @
befedf86
...
...
@@ -12,7 +12,7 @@ tokenizers >= 0.21.1 # Required for fast incremental detokenization.
protobuf # Required by LlamaTokenizer.
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
aiohttp
openai >= 1.99.1 # For Responses API with reasoning content
openai >= 1.99.1
, < 1.100.0
# For Responses API with reasoning content
pydantic >= 2.10
prometheus_client >= 0.18.0
pillow # Required for image processing
...
...
requirements/docs.txt
View file @
befedf86
...
...
@@ -18,7 +18,7 @@ cbor2
cloudpickle
fastapi
msgspec
openai
openai
< 1.100.0
openai-harmony
partial-json-parser
pillow
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment