Skip to content

Commit

Permalink
Pin PyYAML version to 5.3.1
Browse files Browse the repository at this point in the history
Due to latest fixes, PyYAML=5.4 is broken on Python 3.10 and causing
builds to fail [1]. Pinned the dependency version to 5.3.1 until the
issue is solved.

[1] yaml/pyyaml#724
  • Loading branch information
ochaplashkin committed Jul 24, 2023
1 parent d34ecb0 commit 8ef2e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1,2 +1,3 @@
PyYAML==5.*
# Pin pyyaml to 5.3.1 until yaml/pyyaml#724 is fixed.
PyYAML==5.3.1
gevent==21.*

0 comments on commit 8ef2e34

Please sign in to comment.