From 4b93b2fee2eef9f7170bbd7eb991ed57cf32ecee Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sat, 11 Jul 2026 15:43:34 -0700 Subject: [PATCH] python3Packages.langchain-fireworks: add requests, remove pydantic --- .../python-modules/langchain-fireworks/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [