Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
4bf6e5a6
Unverified
Commit
4bf6e5a6
authored
Aug 07, 2025
by
Yineng Zhang
Committed by
GitHub
Aug 07, 2025
Browse files
fix: use openai 1.99.1 (#8927)
parent
3ae33fcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
python/pyproject.toml
python/pyproject.toml
+2
-1
No files found.
python/pyproject.toml
View file @
4bf6e5a6
...
@@ -74,6 +74,7 @@ blackwell = [
...
@@ -74,6 +74,7 @@ blackwell = [
"einops"
,
"einops"
,
"flashinfer_python==0.2.10"
,
"flashinfer_python==0.2.10"
,
"tiktoken"
,
"tiktoken"
,
"openai==1.99.1"
,
]
]
# HIP (Heterogeneous-computing Interface for Portability) for AMD
# HIP (Heterogeneous-computing Interface for Portability) for AMD
...
@@ -97,7 +98,7 @@ srt_cpu = ["sglang[runtime_common]", "einops"]
...
@@ -97,7 +98,7 @@ srt_cpu = ["sglang[runtime_common]", "einops"]
# https://vllm-ascend.readthedocs.io/en/latest/installation.html
# https://vllm-ascend.readthedocs.io/en/latest/installation.html
srt_npu
=
["sglang[runtime_common]"]
srt_npu
=
["sglang[runtime_common]"]
openai
=
[
"openai
>
=1.99.1"
,
"tiktoken"
]
openai
=
[
"openai
=
=1.99.1"
,
"tiktoken"
]
anthropic
=
["anthropic>=0.20.0"]
anthropic
=
["anthropic>=0.20.0"]
litellm
=
["litellm>=1.0.0"]
litellm
=
["litellm>=1.0.0"]
torch_memory_saver
=
["torch_memory_saver>=0.0.8"]
torch_memory_saver
=
["torch_memory_saver>=0.0.8"]
...
...
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