Skip to content

Commit

Permalink
Bump six version due to Python 3.12 issue with six.moves
Browse files Browse the repository at this point in the history
  • Loading branch information
clearml committed Oct 23, 2024
1 parent 80c1916 commit b7fb956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ pyjwt>=1.6.4,<2.0.0 ; python_version <= '3.5'
PyYAML>=3.12
referencing<0.40 ; python_version >= '3.8'
requests>=2.20.0
six>=1.13.0
six>=1.16.0
typing>=3.6.4 ; python_version < '3.5'
urllib3>=1.21.1

0 comments on commit b7fb956

Please sign in to comment.