From db70b4d0e7a2250acd5fcf1662848895f455cf14 Mon Sep 17 00:00:00 2001 From: Mark Pittaway Date: Tue, 31 Oct 2023 11:54:35 +1100 Subject: [PATCH] fix(build): Avoid limiting pyyaml version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e98c8366fc..fbcebd46c6 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ "boto3>=1.26,<2.0", "websockets==10.3", "mongolock>=1.3.4,<1.4", - "PyYAML>=5.3.1,<6.0", + "PyYAML>=6.0.1", # "lxml>=4,<4.7", "python-twitter==3.5", "chardet<4.0",