python312Packages.langchain-community: relax tenacity dependency (#351941)

This commit is contained in:
Pol Dellaiera
2024-10-28 19:51:56 +01:00
committed by GitHub
@@ -52,7 +52,10 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
pythonRelaxDeps = [ "pydantic-settings" ];
pythonRelaxDeps = [
"pydantic-settings"
"tenacity"
];
dependencies = [
aiohttp