Skip to content

Commit

Permalink
Update hashin for Python 3.13 compatability
Browse files Browse the repository at this point in the history
1.0.3 drops Python 3.8 support, it should be handled conditionally
  • Loading branch information
ulgens committed Nov 12, 2024
1 parent 14e2c01 commit 7e1b4f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/helpers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
pip==24.0
pip-tools==7.4.1
flake8==7.1.0
hashin==1.0.1
# TODO: Drop the conditions and use the latest version once we drop support for Python 3.8.
hashin==1.0.2; python_version < '3.9'
hashin==1.0.3; python_version >= '3.9'
pipenv==2024.0.2
plette==2.1.0
poetry==1.8.3
Expand Down

0 comments on commit 7e1b4f0

Please sign in to comment.