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
commit c7bb6840d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,10 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
pythonRelaxDeps = [ "pydantic-settings" ];
pythonRelaxDeps = [
"pydantic-settings"
"tenacity"
];
dependencies = [
aiohttp