Browse Source

Fix build Python/aioworkers with PyYAML==6.0 (#8350)

Alexander Malev 2 years ago
parent
commit
a97c2e6ebe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Python/aioworkers/requirements.txt

+ 1 - 1
frameworks/Python/aioworkers/requirements.txt

@@ -1,3 +1,3 @@
 aioworkers==0.24.1
 aioworkers==0.24.1
 httptools==0.6.0
 httptools==0.6.0
-PyYAML==6.0
+PyYAML==6.0.1