Skip to content

Commit c8e5283

Browse files
committed
pin proto
1 parent bf4a7a8 commit c8e5283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def requirements(self):
4747

4848
# The SDK supports older grpc and protobuf, but these are the oldest
4949
# maintained conan packages.
50-
self.requires('protobuf/[>=3.17.1 <=5.27.0]')
50+
self.requires('protobuf/5.27.0')
5151

5252
if self.settings.compiler.cppstd in ["14", "gnu14"]:
5353
self.requires('grpc/[>=1.48.4 <1.70.0]')
@@ -64,7 +64,7 @@ def build_requirements(self):
6464
else:
6565
self.tool_requires('grpc/[>=1.48.4]')
6666

67-
self.tool_requires('protobuf/[>=3.17.1 <= 5.27.0]')
67+
self.tool_requires('protobuf/5.27.0')
6868

6969
def layout(self):
7070
cmake_layout(self)

0 commit comments

Comments
 (0)