Skip to content

Commit 670932e

Browse files
authored
Pin setuptools<82.0.0 to fix issue preventing backend container from starting (#3163)
Fixes #3162 Resolves an issue where the backend container was crashing due to missing `pkg_resources`, required by `passlib`.
1 parent 7b64f07 commit 670932e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ remotezip
2929
json-stream
3030
aiostream
3131
iso639-lang>=2.6.0
32+
setuptools<82.0.0

0 commit comments

Comments
 (0)