From 7981099bd17ff2aa5a4adbd46c6d823806f7daab Mon Sep 17 00:00:00 2001
From: Steven Silvester <steve.silvester@mongodb.com>
Date: Thu, 14 Nov 2024 10:18:52 -0600
Subject: [PATCH] Fix dependencies for llama-index-vector-stores-mongodb
 (#16948)

---
 .../llama-index-vector-stores-mongodb/pyproject.toml          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 2cba1d6f60..c1da919d61 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"
-- 
GitLab