Skip to content

Commit

Permalink
Merge pull request #30 from ydb-platform/add-cap
Browse files Browse the repository at this point in the history
add cap for protobuf
  • Loading branch information
gridnevvvit authored May 27, 2022
2 parents 7b8b614 + 1ad7886 commit 71189f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.38.0
protobuf==3.17.3
protobuf>3.17.3
pytest==6.2.4
aiohttp==3.7.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Programming Language :: Python :: 3.6",
],
install_requires=(
"protobuf>=3.13.0",
"protobuf>=3.13.0,<4.0.0",
"grpcio>=1.5.0",
"enum-compat>=0.0.1",
),
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jsonschema==3.2.0
packaging==21.0
paramiko==2.10.1
pluggy==0.13.1
protobuf==3.17.3
protobuf>3.17.3
py==1.10.0
pycparser==2.20
PyNaCl==1.4.0
Expand Down

0 comments on commit 71189f9

Please sign in to comment.