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 authored Oct 28, 2024
2 parents 0c45a8b + ab8d8c0 commit c7bb684
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 c7bb684

Please sign in to comment.