Skip to content

Commit ff67b54

Browse files
committed
Update grpcio to at least 1.66.0
Signed-off-by: Bob Haddleton <bob.haddleton@nokia.com>
1 parent f197e41 commit ff67b54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
]
1818

19-
dependencies = ["grpcio==1.*", "grpcio-reflection==1.*", "structlog==24.*"]
19+
dependencies = ["grpcio>=1.66.0", "grpcio-reflection==1.*", "structlog==24.*"]
2020

2121
dynamic = ["version"]
2222

0 commit comments

Comments
 (0)