Skip to content

Commit

Permalink
python312Packages.langchain-community: relax tenacity dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Oct 28, 2024
1 parent 25668ad commit ab8d8c0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ buildPythonPackage rec {

build-system = [ poetry-core ];

pythonRelaxDeps = [ "pydantic-settings" ];
pythonRelaxDeps = [
"pydantic-settings"
"tenacity"
];

dependencies = [
aiohttp
Expand Down

0 comments on commit ab8d8c0

Please sign in to comment.