Skip to content

Commit fc68f5d

Browse files
authored
python3Packages.private-gpt: Fix build by adding python-multipart to pythonRelaxDeps (#355396)
2 parents 4ac41e0 + f551260 commit fc68f5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/development/python-modules/private-gpt/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ buildPythonPackage rec {
4747
"fastapi"
4848
"llama-index-core"
4949
"llama-index-readers-file"
50+
"python-multipart"
5051
];
5152

5253
dependencies = [

0 commit comments

Comments
 (0)