Unverified Commit c7bb6840 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python312Packages.langchain-community: relax `tenacity` dependency (#351941)

parents 0c45a8b5 ab8d8c04
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