Skip to content

Commit a5d530f

Browse files
committed
Remove ceiling on pyyaml version
Forward port from #916
1 parent c44be86 commit a5d530f

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
@@ -34,7 +34,7 @@
3434
install_requires=[
3535
'macaroonbakery>=1.1,<2.0',
3636
'pyRFC3339>=1.0,<2.0',
37-
'pyyaml>=5.1.2,<=6.0',
37+
'pyyaml>=5.1.2',
3838
'websockets>=8.1,<9.0 ; python_version=="3.8"',
3939
'websockets>=9.0,<10.0 ; python_version=="3.9"',
4040
'websockets>=10.0; python_version>"3.9"',

0 commit comments

Comments
 (0)