Skip to content

Commit 9c9f0ac

Browse files
author
Mark Beierl
committed
Removing Upper Constraint
There is no reason to believe that future versions of PyYAML will not be compatible with this package, so we are removing this is an upper bound Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
1 parent b79d066 commit 9c9f0ac

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
@@ -33,7 +33,7 @@
3333
install_requires=[
3434
'macaroonbakery>=1.1,<2.0',
3535
'pyRFC3339>=1.0,<2.0',
36-
'pyyaml>=5.1.2,<=6.0',
36+
'pyyaml>=5.1.2',
3737
'theblues>=0.5.1,<1.0',
3838
'websockets>=7.0,<8.0 ; python_version<"3.9"',
3939
'websockets>=8.0,<9.0 ; python_version=="3.9"',

0 commit comments

Comments
 (0)