Skip to content

Commit

Permalink
fix: upgrade pyyaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
10zinten authored Apr 2, 2024
1 parent a8192ed commit ecd6a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_version(prop, project):
],
install_requires=[
"diff-match-patch==20181111",
"PyYAML>=5.4, <6.0",
"PyYAML>=6.0",
"requests>=2.24.0, <3.0",
],
python_requires=">=3.8",
Expand Down

0 comments on commit ecd6a4f

Please sign in to comment.