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

Merge pull request #319099 from...

Merge pull request #319099 from r-ryantm/auto-update/python311Packages.llama-index-vector-stores-postgres

python311Packages.llama-index-vector-stores-postgres: 0.1.9 -> 0.1.10
parents 1463c690 5cf25475
Loading
Loading
Loading
Loading
+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.9";
  version = "0.1.10";
  pyproject = true;

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

  pythonRemoveDeps = [ "psycopg2-binary" ];