python3Packages.llama-index-vector-stores-postgres: 0.6.1 -> 0.6.3

This commit is contained in:
R. Ryantm
2025-08-26 04:05:24 +00:00
parent 0e209ec109
commit f66b8a30fc
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-postgres";
version = "0.6.1";
version = "0.6.3";
pyproject = true;
src = fetchPypi {
pname = "llama_index_vector_stores_postgres";
inherit version;
hash = "sha256-E+PFvOTRO3FGGSwFwEUe0fEpmuE/fmRtiCGHwO53qm4=";
hash = "sha256-sV0ufDvyoLGHVJNKhM9TJEA7lAHisxvNsAQY7S0Ddww=";
};
pythonRemoveDeps = [ "psycopg2-binary" ];