Skip to content

Commit f9ea6fa

Browse files
committed
relax package requirement
1 parent 3469d0e commit f9ea6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ classifiers = [
2626
]
2727
requires-python = ">=3.11,<3.14"
2828
dependencies = [
29-
"grpcio==1.71.2",
29+
"grpcio>=1.71.2",
3030
"grpcio-status>=1.71.2",
3131
"msgspec>=0.19.0",
32-
"protobuf==5.29.1",
32+
"protobuf>=5.29.1",
3333
"typing-extensions>=4.0.0",
3434
"prometheus-client>=0.21.0",
3535
]

0 commit comments

Comments
 (0)