python312Packages.langchain-community: relax tenacity dependency (#351941)
This commit is contained in:
@@ -52,7 +52,10 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
pythonRelaxDeps = [ "pydantic-settings" ];
|
||||
pythonRelaxDeps = [
|
||||
"pydantic-settings"
|
||||
"tenacity"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
|
||||
Reference in New Issue
Block a user