Skip to content

Commit 15bffac

Browse files
committed
Avoid humanize 4.12.0
We are apparently affected by this issue: python-humanize/humanize#239 Let's avoid that version and wait for a fix.
1 parent d552c74 commit 15bffac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
dependencies = [
3939
"attrs >= 17.4, !=21.1",
4040
"blessed >= 1.15.0",
41-
"humanize >= 0.5.1",
41+
"humanize >= 0.5.1, !=4.12.0",
4242
"psutil >= 2.0.0",
4343
]
4444

0 commit comments

Comments
 (0)