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
f226d3da
Unverified
Commit
f226d3da
authored
Oct 15, 2025
by
Chang Su
Committed by
GitHub
Oct 15, 2025
Browse files
Fix missing json imports in serving_responses.py (#11681)
parent
d2478cd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/entrypoints/openai/serving_responses.py
python/sglang/srt/entrypoints/openai/serving_responses.py
+1
-1
No files found.
python/sglang/srt/entrypoints/openai/serving_responses.py
View file @
f226d3da
...
...
@@ -5,6 +5,7 @@ from __future__ import annotations
import
asyncio
import
copy
import
json
import
logging
import
time
from
contextlib
import
AsyncExitStack
...
...
@@ -13,7 +14,6 @@ from typing import TYPE_CHECKING, Any, AsyncGenerator, AsyncIterator, Optional,
import
jinja2
import
openai.types.responses
as
openai_responses_types
import
orjson
from
fastapi
import
Request
from
fastapi.responses
import
ORJSONResponse
from
openai.types.responses
import
(
...
...
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