Unverified Commit 8a752cfc authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.llama-index-instrumentation: 0.4.1 -> 0.4.2 (#456686)

parents fcdbadf6 468dd6e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonPackage rec {
  pname = "llama-index-instrumentation";
  version = "0.4.1";
  version = "0.4.2";
  pyproject = true;

  src = fetchPypi {
    pname = "llama_index_instrumentation";
    inherit version;
    hash = "sha256-p50N0rq6NPBf9DVNY6mbISMiY1uK+mzJbtAKfhHr/cM=";
    hash = "sha256-3ElXtk2gkiBgaQ6Fpr6WmKwI404PaekLATZN3sTz3n8=";
  };

  pythonRelaxDeps = [ "pydantic" ];