setup.py: allow msgpack 1.1.1

This commit is contained in:
Thomas Waldmann 2025-08-04 16:21:20 +02:00
parent b0658e3f47
commit f296217126
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -75,7 +75,7 @@ install_requires = [
# Please note:
# using any other msgpack version is not supported by borg development and
# any feedback related to issues caused by this will be ignored.
'msgpack >=0.5.6, <=1.1.0, !=1.0.1',
'msgpack >=0.5.6, <=1.1.1, !=1.0.1',
'packaging',
]