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
a97b5e20
Unverified
Commit
a97b5e20
authored
Jan 27, 2026
by
Jeffrey Wang
Committed by
GitHub
Jan 28, 2026
Browse files
Relax protobuf library version constraints (#33202)
Signed-off-by:
Jeffrey Wang
<
jeffreywang@anyscale.com
>
parent
911b51b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
pyproject.toml
pyproject.toml
+1
-1
requirements/build.txt
requirements/build.txt
+2
-2
requirements/common.txt
requirements/common.txt
+3
-3
No files found.
pyproject.toml
View file @
a97b5e20
...
...
@@ -9,7 +9,7 @@ requires = [
"torch == 2.9.1"
,
"wheel"
,
"jinja2"
,
"grpcio-tools
>=1.76.0
"
,
"grpcio-tools"
,
]
build-backend
=
"setuptools.build_meta"
...
...
requirements/build.txt
View file @
a97b5e20
...
...
@@ -9,5 +9,5 @@ wheel
jinja2>=3.1.6
regex
build
protobuf
>=6.33.2
grpcio-tools
>=1.76.0
protobuf
grpcio-tools
requirements/common.txt
View file @
a97b5e20
...
...
@@ -9,7 +9,7 @@ blake3
py-cpuinfo
transformers >= 4.56.0, < 5
tokenizers >= 0.21.1 # Required for fast incremental detokenization.
protobuf
>= 6.30.0
# Required by LlamaTokenizer, gRPC.
protobuf # Required by LlamaTokenizer, gRPC.
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
...
...
@@ -51,5 +51,5 @@ openai-harmony >= 0.0.3 # Required for gpt-oss
anthropic >= 0.71.0
model-hosting-container-standards >= 0.1.13, < 1.0.0
mcp
grpcio>=1.76.0
grpcio-reflection>=1.76.0
\ No newline at end of file
grpcio
grpcio-reflection
\ No newline at end of file
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