From 43891685889d07663a4eeca9d36aa2191be2bd09 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Tue, 9 Apr 2024 14:45:01 +0200 Subject: [PATCH] Drop version locking on pyasn1 I did not find any reason for this. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 01d0d66a..49548f78 100755 --- a/setup.py +++ b/setup.py @@ -99,8 +99,8 @@ setup( 'paramiko', 'Pillow', 'apache-libcloud >= 0.14.1', - 'pyasn1 >=0.4.1, < 0.5.0', - 'pyasn1-modules >= 0.2.1, < 0.3', + 'pyasn1 >=0.4.1', + 'pyasn1-modules >= 0.2.1', 'python-vagrant', 'PyYAML', 'qrcode',