From 1a86958af005218f8b7bc65d4db3090e74315f42 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Mon, 16 Sep 2024 12:25:16 -0400 Subject: [PATCH] x --- poetry.lock | 2 +- pyproject.toml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0481858..7b4d3b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3924,4 +3924,4 @@ html = ["markdownify"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "60582dc084782f390468488b8793f7e0d3f4fa47fd1c501d9d92f9a256f8d042" +content-hash = "f66a39469075e540c6199da96257c6d5e30b11068cc6af899f40c20a980825d0" diff --git a/pyproject.toml b/pyproject.toml index ca86af1..b8c108c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,9 @@ pandas = "<3,>=1.5.3" markdownify = {version = "^0.11.6", optional = false} pydantic = "^2" langchain-core = "^0.3" -sphinxcontrib-applehelp = "1.0.0" -sphinxcontrib-devhelp = "1.0.0" +sphinxcontrib-applehelp = "^1" +sphinxcontrib-devhelp = "^1" +sphinxcontrib-htmlhelp = "^2" [tool.poetry.group.dev.dependencies] jupyterlab = "^3"