python313Packages.langchain-core: relax packaging constraint
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user