diff --git a/llama-index-packs/llama-index-packs-koda-retriever/poetry.lock b/llama-index-packs/llama-index-packs-koda-retriever/poetry.lock
index d51ab0757d0f15d6819e1e94708861e23fff298a..c45df887f61863b04f8088ed6d8b8d35a79306a3 100644
--- a/llama-index-packs/llama-index-packs-koda-retriever/poetry.lock
+++ b/llama-index-packs/llama-index-packs-koda-retriever/poetry.lock
@@ -1803,13 +1803,13 @@ files = [
 
 [[package]]
 name = "llama-index-core"
-version = "0.10.11.post1"
+version = "0.10.24"
 description = "Interface between LLMs and your data"
 optional = false
-python-versions = ">=3.8.1,<4.0"
+python-versions = "<4.0,>=3.8.1"
 files = [
-    {file = "llama_index_core-0.10.11.post1-py3-none-any.whl", hash = "sha256:822dabbe512564409c3af8523450edaeb7747dc8e2471a6626fbccb3505e2e20"},
-    {file = "llama_index_core-0.10.11.post1.tar.gz", hash = "sha256:3adf713e2b99c78bea42bacaa5e4566919a7e473f2a0240702884a3c13b0b988"},
+    {file = "llama_index_core-0.10.24-py3-none-any.whl", hash = "sha256:c4b979160e813f2f41b6aeaa243293b5297f83aed1c3654d2673aa881551d479"},
+    {file = "llama_index_core-0.10.24.tar.gz", hash = "sha256:0bb28871a44d697a06df8668602828c9132ffe3289b4a598f8928b887ac70901"},
 ]
 
 [package.dependencies]
@@ -1841,7 +1841,7 @@ gradientai = ["gradientai (>=1.4.0)"]
 html = ["beautifulsoup4 (>=4.12.2,<5.0.0)"]
 langchain = ["langchain (>=0.0.303)"]
 local-models = ["optimum[onnxruntime] (>=1.13.2,<2.0.0)", "sentencepiece (>=0.1.99,<0.2.0)", "transformers[torch] (>=4.33.1,<5.0.0)"]
-postgres = ["asyncpg (>=0.28.0,<0.29.0)", "pgvector (>=0.1.0,<0.2.0)", "psycopg2-binary (>=2.9.9,<3.0.0)"]
+postgres = ["asyncpg (>=0.29.0,<0.30.0)", "pgvector (>=0.2.4,<0.3.0)", "psycopg2-binary (>=2.9.9,<3.0.0)"]
 query-tools = ["guidance (>=0.0.64,<0.0.65)", "jsonpath-ng (>=1.6.0,<2.0.0)", "lm-format-enforcer (>=0.4.3,<0.5.0)", "rank-bm25 (>=0.2.2,<0.3.0)", "scikit-learn", "spacy (>=3.7.1,<4.0.0)"]
 
 [[package]]