From 1bafba24a4a79c75b40508f7caad590c229c3fa3 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Tue, 9 Jun 2026 14:49:53 -0700 Subject: [PATCH] python3Packages.langchain-ollama: remove dependency relaxation on langchain-core --- .../development/python-modules/langchain-ollama/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/langchain-ollama/default.nix b/pkgs/development/python-modules/langchain-ollama/default.nix index 7e2601530d6b..0096928c62ea 100644 --- a/pkgs/development/python-modules/langchain-ollama/default.nix +++ b/pkgs/development/python-modules/langchain-ollama/default.nix @@ -40,12 +40,6 @@ buildPythonPackage rec { hatchling ]; - pythonRelaxDeps = [ - # Each component release requests the exact latest core. - # That prevents us from updating individual components. - "langchain-core" - ]; - dependencies = [ langchain-core ollama