Skip to content

Commit e6a4c20

Browse files
authored
Merge pull request #918 from cderici/pyyaml-fix-on-master
#918 #### Description This brings forward the pyyaml version fix from #916. #### QA Steps Same QA from #916 should work here as well: ```sh pip install -e . pyyaml==6.0.1 ```
2 parents c44be86 + a5d530f commit e6a4c20

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)