From a4184f47626c6957f40f5b2732de9344e26d2a01 Mon Sep 17 00:00:00 2001 From: Logan <logan.markewich@live.com> Date: Wed, 14 Feb 2024 21:19:57 -0600 Subject: [PATCH] bump atlasdb version (#10718) --- .../llama-index-vector-stores-mongodb/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1fd00c1484..b9d0fc834a 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 @@ -24,7 +24,7 @@ description = "llama-index vector_stores mongodb integration" license = "MIT" name = "llama-index-vector-stores-mongodb" readme = "README.md" -version = "0.1.1" +version = "0.1.2" [tool.poetry.dependencies] python = ">=3.8.1,<3.12" -- GitLab