Commit ab8d8c04 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

python312Packages.langchain-community: relax `tenacity` dependency

parent 25668ad0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -52,7 +52,10 @@ buildPythonPackage rec {

  build-system = [ poetry-core ];

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

  dependencies = [
    aiohttp