Skip to content

Commit

Permalink
fix: pyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxneuvians authored Sep 18, 2023
1 parent 50a55a5 commit 7feb5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ google-auth-oauthlib==0.8.0
httpx==0.25.0
itsdangerous==2.1.2
Jinja2==3.1.2
PyYaml==5.4.1 # need to pin down the PyYaml version since the newest version is currently broken - https://github.com/yaml/pyyaml/issues/724
PyYAML!=6.0.0,!=5.4.0,!=5.4.1
python-dotenv==0.21.1
python-i18n==0.3.9
requests==2.31.0
Expand Down

0 comments on commit 7feb5a1

Please sign in to comment.