Skip to content

Commit

Permalink
python312Packages.private-gpt: relax fastapi constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Jul 5, 2024
1 parent e1c4288 commit c0eac17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/private-gpt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ buildPythonPackage rec {

build-system = [ poetry-core ];

pythonRelaxDeps = [ "fastapi" ];

dependencies = [
fastapi
injector
Expand Down

0 comments on commit c0eac17

Please sign in to comment.