diff --git a/pkgs/development/python-modules/langchain-fireworks/default.nix b/pkgs/development/python-modules/langchain-fireworks/default.nix index 9001b8715766..5ca8179f977c 100644 --- a/pkgs/development/python-modules/langchain-fireworks/default.nix +++ b/pkgs/development/python-modules/langchain-fireworks/default.nix @@ -11,7 +11,7 @@ fireworks-ai, langchain-core, openai, - pydantic, + requests, # tests langchain-tests, @@ -45,7 +45,7 @@ buildPythonPackage (finalAttrs: { fireworks-ai langchain-core openai - pydantic + requests ]; pythonRelaxDeps = [