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

Merge pull request #324776 from...

Merge pull request #324776 from r-ryantm/auto-update/python311Packages.llama-index-readers-llama-parse

python311Packages.llama-index-readers-llama-parse: 0.1.4 -> 0.1.6
parents 4b8f3808 c7c68a24
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "llama-index-readers-llama-parse";
  version = "0.1.4";
  version = "0.1.6";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "llama_index_readers_llama_parse";
    inherit version;
    hash = "sha256-eGCLGTyBiJSu/u4KowPwK3+A8uTK8Thmwv07CxAj4sA=";
    hash = "sha256-BPLc+7D7h85wiQ9aL0+JlB15vmqBi0NzjwU1YOS0Uc8=";
  };

  pythonRelaxDeps = [ "llama-parse" ];