diff --git a/poetry.lock b/poetry.lock index ce2b683..1f46bf5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1027,23 +1027,24 @@ vectorstore-mmr = ["numpy (>=1)", "simsimd (>=3)"] [[package]] name = "elasticsearch-dsl" -version = "8.14.0" +version = "8.16.0" description = "Python client for Elasticsearch" optional = false python-versions = ">=3.8" files = [ - {file = "elasticsearch-dsl-8.14.0.tar.gz", hash = "sha256:326c6dccf32f1ff3d4c84889388590778444ba18f770adee52f24721cb97c4c7"}, - {file = "elasticsearch_dsl-8.14.0-py3-none-any.whl", hash = "sha256:99c5cbda28a37eec05ac78e82fdc87e8641eb83956ea63a817bf0e9da3d688dd"}, + {file = "elasticsearch_dsl-8.16.0-py3-none-any.whl", hash = "sha256:39b753804df885cbc71fcaf40efcece6ef5569e2d70f6fe79c5bdb7da066acb4"}, + {file = "elasticsearch_dsl-8.16.0.tar.gz", hash = "sha256:05bd5050eef7d0706a4487cd22864d3c158c8e1cbca26b53ef1a473bdee13459"}, ] [package.dependencies] +elastic-transport = ">=8.0.0,<9.0.0" elasticsearch = ">=8.0.0,<9.0.0" python-dateutil = "*" typing-extensions = "*" [package.extras] async = ["elasticsearch[async] (>=8.0.0,<9.0.0)"] -develop = ["coverage", "elasticsearch[async]", "nltk", "pytest", "pytest-asyncio", "pytest-cov", "pytest-mock", "pytz", "sentence-transformers", "sphinx (>2)", "sphinx-rtd-theme (>0.5)", "tqdm", "unasync"] +develop = ["coverage", "elasticsearch[async]", "jinja2", "mypy", "nltk", "pyright", "pytest", "pytest-asyncio", "pytest-cov", "pytest-mock", "pytz", "sentence-transformers", "sphinx (>2)", "sphinx-rtd-theme (>0.5)", "tqdm", "types-python-dateutil", "types-pytz", "types-tqdm", "unasync"] [[package]] name = "factory-boy"