chore: small dep bump (#19972)

* Update requirements.txt

* Update pyproject.toml
This commit is contained in:
Classic298
2025-12-15 19:31:40 +01:00
committed by GitHub
parent 0413c973e7
commit dce52f33c0
2 changed files with 6 additions and 6 deletions

View File

@@ -61,9 +61,9 @@ einops==0.8.1
ftfy==6.3.1 ftfy==6.3.1
chardet==5.2.0 chardet==5.2.0
pypdf==6.4.1 pypdf==6.4.2
fpdf2==2.8.5 fpdf2==2.8.5
pymdown-extensions==10.19 pymdown-extensions==10.19.1
docx2txt==0.9 docx2txt==0.9
python-pptx==1.0.2 python-pptx==1.0.2
unstructured==0.18.21 unstructured==0.18.21
@@ -137,7 +137,7 @@ pytest-docker~=3.2.5
ldap3==2.9.1 ldap3==2.9.1
## Firecrawl ## Firecrawl
firecrawl-py==4.10.5 firecrawl-py==4.11.0
## Trace ## Trace
opentelemetry-api==1.39.1 opentelemetry-api==1.39.1

View File

@@ -69,9 +69,9 @@ dependencies = [
"ftfy==6.3.1", "ftfy==6.3.1",
"chardet==5.2.0", "chardet==5.2.0",
"pypdf==6.4.1", "pypdf==6.4.2",
"fpdf2==2.8.5", "fpdf2==2.8.5",
"pymdown-extensions==10.19", "pymdown-extensions==10.19.1",
"docx2txt==0.9", "docx2txt==0.9",
"python-pptx==1.0.2", "python-pptx==1.0.2",
"unstructured==0.18.21", "unstructured==0.18.21",
@@ -155,7 +155,7 @@ all = [
"oracledb==3.4.1", "oracledb==3.4.1",
"colbert-ai==0.2.22", "colbert-ai==0.2.22",
"firecrawl-py==4.10.5", "firecrawl-py==4.11.0",
"azure-search-documents==11.6.0", "azure-search-documents==11.6.0",
] ]