diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/pyproject.toml b/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/pyproject.toml
index 2cba1d6f6035139b6b493b734097d637555aee2a..c1da919d61de3386d69a8bc9156a431f4c7ec6f1 100644
--- a/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/pyproject.toml
+++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/pyproject.toml
@@ -38,8 +38,8 @@ pymongo = "^4.6.1"
 [tool.poetry.group.dev.dependencies]
 ipython = "8.10.0"
 jupyter = "^1.0.0"
-llama-index-embeddings-openai = "^0.1.5"
-llama-index-llms-openai = "^0.1.13"
+llama-index-embeddings-openai = "^0.2.5"
+llama-index-llms-openai = "^0.2.16"
 llama-index-readers-file = "^0.3.0"
 mypy = "0.991"
 pre-commit = "3.2.0"