diff --git a/pyproject.toml b/pyproject.toml index e06a94a..b37b9ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "sentence-transformers==3.1.1", "requests==2.32.3", "beautifulsoup4==4.12.3", - "html2text==2024.2.26", + "html2text==2025.4.15", "toml>=0.10.2", "llama-cpp-python>=0.3.16", "colorama>=0.4.6", diff --git a/requirements.txt b/requirements.txt index 27bfce3..326d620 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ elasticsearch==8.15.0 sentence-transformers==3.1.1 requests==2.32.3 beautifulsoup4==4.12.3 -html2text==2024.2.26 +html2text==2025.4.15 toml>=0.10.2 llama-cpp-python>=0.3.16 colorama>=0.4.6 diff --git a/uv.lock b/uv.lock index 89e82d6..544f261 100644 --- a/uv.lock +++ b/uv.lock @@ -158,9 +158,12 @@ wheels = [ [[package]] name = "html2text" -version = "2024.2.26" +version = "2025.4.15" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/1a/43/e1d53588561e533212117750ee79ad0ba02a41f52a08c1df3396bd466c05/html2text-2024.2.26.tar.gz", hash = "sha256:05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32", size = 56527, upload-time = "2024-02-27T18:49:24.855Z" } +sdist = { url = "https://files.pythonhosted.org/packages/f8/27/e158d86ba1e82967cc2f790b0cb02030d4a8bef58e0c79a8590e9678107f/html2text-2025.4.15.tar.gz", hash = "sha256:948a645f8f0bc3abe7fd587019a2197a12436cd73d0d4908af95bfc8da337588", size = 64316, upload-time = "2025-04-15T04:02:30.045Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/1d/84/1a0f9555fd5f2b1c924ff932d99b40a0f8a6b12f6dd625e2a47f415b00ea/html2text-2025.4.15-py3-none-any.whl", hash = "sha256:00569167ffdab3d7767a4cdf589b7f57e777a5ed28d12907d8c58769ec734acc", size = 34656, upload-time = "2025-04-15T04:02:28.44Z" }, +] [[package]] name = "huggingface-hub" @@ -629,7 +632,7 @@ wheels = [ [[package]] name = "semindex" -version = "0.4.0" +version = "0.4.2" source = { editable = "." } dependencies = [ { name = "beautifulsoup4" }, @@ -673,7 +676,7 @@ requires-dist = [ { name = "colorama", specifier = ">=0.4.6" }, { name = "elasticsearch", specifier = "==8.15.0" }, { name = "faiss-cpu", specifier = "==1.8.0" }, - { name = "html2text", specifier = "==2024.2.26" }, + { name = "html2text", specifier = "==2025.4.15" }, { name = "llama-cpp-python", specifier = ">=0.3.16" }, { name = "numpy", specifier = "==1.26.4" }, { name = "psutil", specifier = ">=5.9.0" },