10000 Fixed grpcio extras to work as described in the docs (#3081) · adamchainz/sentry-python@eed9d48 · GitHub
[go: up one dir, main page]

Skip to content

Commit eed9d48

Browse files
authored
Fixed grpcio extras to work as described in the docs (getsentry#3081)
1 parent 22df82d commit eed9d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_file_text(file_name):
5757
"falcon": ["falcon>=1.4"],
5858
"fastapi": ["fastapi>=0.79.0"],
5959
"flask": ["flask>=0.11", "blinker>=1.1", "markupsafe"],
60-
"grpcio": ["grpcio>=1.21.1"],
60+
"grpcio": ["grpcio>=1.21.1", "protobuf>=3.8.0"],
6161
"httpx": ["httpx>=0.16.0"],
6262
"huey": ["huey>=2"],
6363
"huggingface_hub": ["huggingface_hub>=0.22"],

0 commit comments

Comments
 (0)
0