Unverified Commit 1b0ce0fe authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.llama-index-instrumentation: 0.2.0 -> 0.3.0 (#428404)

parents dd386adc f4dd02b7
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.2.0";
  version = "0.3.0";
  pyproject = true;

  src = fetchPypi {
    pname = "llama_index_instrumentation";
    inherit version;
    hash = "sha256-roMzUiSH4iozcykkqaCN+0VvVJk8XJfYNA2zxiC3bxM=";
    hash = "sha256-d3QcHZhh6tCA5vmDUGJZcUiNHgRr7ekc7J4M4vY+o0o=";
  };

  pythonRelaxDeps = [ "pydantic" ];