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
99d69af9
Unverified
Commit
99d69af9
authored
Nov 01, 2025
by
Cyrus Leung
Committed by
GitHub
Nov 01, 2025
Browse files
[Bugfix] Python 3.10 compatibility for `Self` (#27918)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
d811b442
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/config/structured_outputs.py
vllm/config/structured_outputs.py
+2
-1
No files found.
vllm/config/structured_outputs.py
View file @
99d69af9
...
...
@@ -2,10 +2,11 @@
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
import
hashlib
from
typing
import
Any
,
Literal
,
Self
from
typing
import
Any
,
Literal
from
pydantic
import
model_validator
from
pydantic.dataclasses
import
dataclass
from
typing_extensions
import
Self
from
vllm.config.utils
import
config
...
...
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