Skip to content

Commit 5d89261

Browse files
committed
fix: pin anchorpy
1 parent 075d213 commit 5d89261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/aea-ledger-solana/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"PyNaCl==1.5.0",
4040
"solders>=0.14.0",
4141
"solana>=0.29.0",
42-
"anchorpy>=0.17.0",
42+
"anchorpy>=0.17.0,<0.19.0",
4343
],
4444
tests_require=["pytest"],
4545
entry_points={

0 commit comments

Comments
 (0)