diff --git a/llama-index-integrations/storage/docstore/llama-index-storage-docstore-postgres/pyproject.toml b/llama-index-integrations/storage/docstore/llama-index-storage-docstore-postgres/pyproject.toml
index 16c2cb39593d50769da79eadac30996603ce076e..3e6d29dd8df3ad17e5fbe70481e195b224c124a7 100644
--- a/llama-index-integrations/storage/docstore/llama-index-storage-docstore-postgres/pyproject.toml
+++ b/llama-index-integrations/storage/docstore/llama-index-storage-docstore-postgres/pyproject.toml
@@ -27,11 +27,12 @@ exclude = ["**/BUILD"]
 license = "MIT"
 name = "llama-index-storage-docstore-postgres"
 readme = "README.md"
-version = "0.1.2"
+version = "0.1.3"
 
 [tool.poetry.dependencies]
 python = ">=3.8.1,<4.0"
 llama-index-core = "^0.10.1"
+llama-index-storage-kvstore-postgres = "^0.1.2"
 
 [tool.poetry.group.dev.dependencies]
 ipython = "8.10.0"
diff --git a/llama-index-integrations/storage/index_store/llama-index-storage-index-store-postgres/pyproject.toml b/llama-index-integrations/storage/index_store/llama-index-storage-index-store-postgres/pyproject.toml
index a8d9db6b4510abf07be5fbdd77f8d97ac62dbe9c..898d146354fc49df842d836fc3f548520aa82e35 100644
--- a/llama-index-integrations/storage/index_store/llama-index-storage-index-store-postgres/pyproject.toml
+++ b/llama-index-integrations/storage/index_store/llama-index-storage-index-store-postgres/pyproject.toml
@@ -27,11 +27,12 @@ exclude = ["**/BUILD"]
 license = "MIT"
 name = "llama-index-storage-index-store-postgres"
 readme = "README.md"
-version = "0.1.2"
+version = "0.1.3"
 
 [tool.poetry.dependencies]
 python = ">=3.8.1,<4.0"
 llama-index-core = "^0.10.1"
+llama-index-storage-kvstore-postgres = "^0.1.2"
 
 [tool.poetry.group.dev.dependencies]
 ipython = "8.10.0"