Skip to content

Commit

Permalink
Merge pull request #691 from valory-xyz/fix/pin-protobuf
Browse files Browse the repository at this point in the history
Pin `protobuf`
  • Loading branch information
angrybayblade authored Nov 20, 2023
2 parents 6bd77f7 + 03dea3d commit 23c0900
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ openapi-core = "==0.13.2"
openapi-spec-validator = "==0.2.8"
packaging = "<24.0,>=23.1"
pexpect = "==4.8.0"
protobuf = "<5.0.0,>=4.21.6"
protobuf = "<4.25.0,>=4.21.6"
psutil = "==5.7.0"
pycryptodome = ">=3.10.1"
pytest-custom-exit-code = "==0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/aea-ledger-ethereum-hwi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eth-account>=0.8.0,<0.9.0",
"open-aea-ledger-ethereum~=1.41.0.post1",
"ledgerwallet==0.1.3",
"protobuf>=4.21.6,<5.0.0",
"protobuf<4.25.0,>=4.21.6",
"construct<=2.10.61",
],
tests_require=["pytest"],
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_all_extras() -> Dict:
"base58>=1.0.3,<3.0.0",
"jsonschema<=4.19.0,>=4.16.0",
"packaging>=23.1,<24.0",
"protobuf>=4.21.6,<5.0.0",
"protobuf<4.25.0,>=4.21.6",
"pymultihash==0.8.2",
"pyyaml==6.0.1",
"requests==2.28.1",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ deps =
packaging<24.0,>=23.1
py-multibase>=1.0.0
py-multicodec>=0.2.0
protobuf<5.0.0,>=4.21.6
protobuf<4.25.0,>=4.21.6
requests==2.28.1
mistune==2.0.3
tomte[isort]==0.2.13
Expand Down

0 comments on commit 23c0900

Please sign in to comment.