python3Packages.langchain-ollama: remove dependency relaxation on langchain-core

This commit is contained in:
Sarah Clark
2026-06-09 14:58:45 -07:00
parent 6702699abd
commit 1bafba24a4
@@ -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