python313Packages.langchain-core: relax packaging constraint

This commit is contained in:
Martin Weinelt
2025-05-23 08:37:40 -07:00
committed by Robert Schütz
parent e02bc8e176
commit ae9e08effd
@@ -50,7 +50,10 @@ buildPythonPackage rec {
build-system = [ pdm-backend ];
pythonRelaxDeps = [ "tenacity" ];
pythonRelaxDeps = [
"packaging"
"tenacity"
];
dependencies = [
jsonpatch