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

python311Packages.llama-index-core: 0.11.9 -> 0.11.10,...

python311Packages.llama-index-core: 0.11.9 -> 0.11.10, python311Packages.llama-parse: 0.5.5 -> 0.5.6 (#343135)
parents a1782408 cf7b833c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ in

buildPythonPackage rec {
  pname = "llama-index-core";
  version = "0.11.9";
  version = "0.11.10";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -56,7 +56,7 @@ buildPythonPackage rec {
    owner = "run-llama";
    repo = "llama_index";
    rev = "refs/tags/v${version}";
    hash = "sha256-IebrdKC73Rwj4AgN26Ga3qqMEAeuVDMmFhDqQ9VIWIw=";
    hash = "sha256-6wQs6hB609Du5/n5sKJT5E0OJCj3dMKvpKxJ9C75HpI=";
  };

  sourceRoot = "${src.name}/${pname}";
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "llama-index-llms-openai";
  version = "0.2.7";
  version = "0.2.9";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "llama_index_llms_openai";
    inherit version;
    hash = "sha256-pwmiazL4JwzoYhMZQTcqv3ZMwPgbBxMTOEjH7/x9MPs=";
    hash = "sha256-VjdvOeOkAlO1xPuQ0Ptq8JPyG7KTWSVhXwwooo0CgYc=";
  };

  pythonRemoveDeps = [
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "llama-parse";
  version = "0.5.5";
  version = "0.5.6";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "llama_parse";
    inherit version;
    hash = "sha256-ILAOCbFNG1ehsEDkvWFDbVH0Nza3tRADBypNBbA170Q=";
    hash = "sha256-PHTaEkbJvdYdY7f8ISBA6i29IY1H/JhqGOOXTmRZG4A=";
  };

  build-system = [ poetry-core ];