Skip to content

Commit 71189f9

Browse files
authored
Merge pull request #30 from ydb-platform/add-cap
add cap for protobuf
2 parents 7b8b614 + 1ad7886 commit 71189f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
grpcio==1.38.0
2-
protobuf==3.17.3
2+
protobuf>3.17.3
33
pytest==6.2.4
44
aiohttp==3.7.4

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"Programming Language :: Python :: 3.6",
2525
],
2626
install_requires=(
27-
"protobuf>=3.13.0",
27+
"protobuf>=3.13.0,<4.0.0",
2828
"grpcio>=1.5.0",
2929
"enum-compat>=0.0.1",
3030
),

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jsonschema==3.2.0
1818
packaging==21.0
1919
paramiko==2.10.1
2020
pluggy==0.13.1
21-
protobuf==3.17.3
21+
protobuf>3.17.3
2222
py==1.10.0
2323
pycparser==2.20
2424
PyNaCl==1.4.0

0 commit comments

Comments
 (0)