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

Merge pull request #318222 from fabaff/llama-index-vector-stores-qdrant-bump

python311Packages.llama-index-vector-stores-qdrant: 0.2.8 -> 0.2.9, python311Packages.llama-index-vector-stores-postgres: 0.1.7 -> 0.1.9
parents c2bd05ce 1241f195
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ in

buildPythonPackage rec {
  pname = "llama-index-core";
  version = "0.10.42";
  version = "0.10.43";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -55,7 +55,7 @@ buildPythonPackage rec {
    owner = "run-llama";
    repo = "llama_index";
    rev = "refs/tags/v${version}";
    hash = "sha256-DdD0gllACmwtXDQutjaKQmB8OpCBu+jgQ963g0dNW2c=";
    hash = "sha256-eqT3PR1yOrMU/lWGOr70OcekTeHveDfM9C8VOJEx1ps=";
  };

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

buildPythonPackage rec {
  pname = "llama-index-vector-stores-postgres";
  version = "0.1.7";
  version = "0.1.9";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "llama_index_vector_stores_postgres";
    inherit version;
    hash = "sha256-00ccEfjYY8qrNYymHQ5w43w8zAHUAntO6oiwYUwaOVw=";
    hash = "sha256-gBa5Z6FaPTFw75CtzY0o/kaXr+3xbOaXQ62qbvue1Ko=";
  };

  pythonRemoveDeps = [ "psycopg2-binary" ];
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "llama-index-vector-stores-qdrant";
  version = "0.2.8";
  version = "0.2.9";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "llama_index_vector_stores_qdrant";
    inherit version;
    hash = "sha256-qeKV7jlBTujUEYMcPCS+PAD6xRlTBVi/DGJZ/MSN64A=";
    hash = "sha256-Iju/6Mh/dooQb8u3MHFc8XgNel2FBOI0VAGh6/dNZT4=";
  };

  build-system = [ poetry-core ];