Skip to content

Commit 02bb416

Browse files
committed
chore: pin msgpack to 0.5.6
Signed-off-by: Kim Ebert <kim@indicio.tech>
1 parent bf35bc1 commit 02bb416

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def run(self):
108108
# Pinned because of changing size of `crypto_sign_SECRETKEYBYTES` from 32 to 64
109109
'libnacl==1.6.1',
110110
# 'msgpack-python==0.5.6',
111-
'msgpack',
111+
'msgpack==0.5.6',
112112
# 'orderedset==2.0.3',
113113
'orderedset',
114114
# 'packaging==20.9',

0 commit comments

Comments
 (0)