python313Packages.llama-index-vector-stores-postgres: 0.7.0 -> 0.7.1

This commit is contained in:
Fabian Affolter
2025-11-16 01:56:48 +01:00
parent c2598bf908
commit 2a5ef8f033
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "llama-index-vector-stores-postgres";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
src = fetchPypi {
pname = "llama_index_vector_stores_postgres";
inherit version;
hash = "sha256-wWn3y/NEb71N2hCcd06iof7favJxcVHZmBCvP4UQJl8=";
hash = "sha256-ydsYarmWZ2DU6ngWtotFIoTutbhXXmvGGxt2vcubcTo=";
};
pythonRemoveDeps = [ "psycopg2-binary" ];