Skip to content

Commit

Permalink
HARMONY-1949: Work around safety compatibility issue with Python 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygliuvt committed Nov 8, 2024
1 parent fbc9ca4 commit f91ae59
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ pytest-mock ~=3.5
python-language-server ~= 0.35
responses ~=0.22.0
pycodestyle >= 2.9.1
safety ~= 3.2.7
setuptools == 70.0.0

# Pin safety down to work around the compatibility issue with Python 3.13
# See: https://github.com/pyupio/safety/issues/620
# Update safety version when the issue is resolved.
safety-schemas == 0.0.5
safety == 3.2.3

0 comments on commit f91ae59

Please sign in to comment.