Skip to content

Commit

Permalink
Merge branch 'main' into fix/openapi-core
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Nov 20, 2023
2 parents 2aedc2f + 23c0900 commit 74403ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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,<4.25.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.4.0,>=4.3.0",
"packaging>=23.1,<24.0",
"protobuf>=4.21.6,<4.25.0",
"protobuf<4.25.0,>=4.21.6",
"pymultihash==0.8.2",
"pyyaml==6.0.1",
"requests==2.28.1",
Expand Down

0 comments on commit 74403ad

Please sign in to comment.