Skip to content

Commit

Permalink
Fix dependencies for llama-index-vector-stores-mongodb (run-llama#16948)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Nov 14, 2024
1 parent a56c3e0 commit 7981099
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7981099

Please sign in to comment.