Commit 5f7f9ea8 authored by Jeffrey Wang's avatar Jeffrey Wang Committed by khluu
Browse files

Relax protobuf library version constraints (#33202)


Signed-off-by: default avatarJeffrey Wang <jeffreywang@anyscale.com>
(cherry picked from commit a97b5e20)
parent 7779de34
...@@ -9,7 +9,7 @@ requires = [ ...@@ -9,7 +9,7 @@ requires = [
"torch == 2.9.1", "torch == 2.9.1",
"wheel", "wheel",
"jinja2", "jinja2",
"grpcio-tools>=1.76.0", "grpcio-tools",
] ]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
......
...@@ -9,5 +9,5 @@ wheel ...@@ -9,5 +9,5 @@ wheel
jinja2>=3.1.6 jinja2>=3.1.6
regex regex
build build
protobuf>=6.33.2 protobuf
grpcio-tools>=1.76.0 grpcio-tools
...@@ -9,7 +9,7 @@ blake3 ...@@ -9,7 +9,7 @@ blake3
py-cpuinfo py-cpuinfo
transformers >= 4.56.0, < 5 transformers >= 4.56.0, < 5
tokenizers >= 0.21.1 # Required for fast incremental detokenization. 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. fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
aiohttp aiohttp
openai >= 1.99.1 # For Responses API with reasoning content openai >= 1.99.1 # For Responses API with reasoning content
...@@ -51,5 +51,5 @@ openai-harmony >= 0.0.3 # Required for gpt-oss ...@@ -51,5 +51,5 @@ openai-harmony >= 0.0.3 # Required for gpt-oss
anthropic >= 0.71.0 anthropic >= 0.71.0
model-hosting-container-standards >= 0.1.13, < 1.0.0 model-hosting-container-standards >= 0.1.13, < 1.0.0
mcp mcp
grpcio>=1.76.0 grpcio
grpcio-reflection>=1.76.0 grpcio-reflection
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment