Unverified Commit 59f60f3d authored by Pol Dellaiera's avatar Pol Dellaiera Committed by Sandro Jäckel
Browse files

python312Packages.langfuse: unbreak, add missing dependency

parent 4f58a2a9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
  packaging,
  poetry-core,
  pydantic,
  requests,
  wrapt,
}:

@@ -38,6 +39,7 @@ buildPythonPackage rec {
    idna
    packaging
    pydantic
    requests
    wrapt
  ];