chore: add chardet (#19458)

* Update pyproject.toml

* Update requirements-min.txt

* Update requirements.txt

* Update requirements-min.txt

* Update requirements.txt

* Update pyproject.toml
This commit is contained in:
Classic298 2025-11-25 10:52:25 +01:00 committed by GitHub
parent f22d92e102
commit 6a095099d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

View file

@ -47,4 +47,5 @@ fake-useragent==2.2.0
chromadb==1.1.0
black==25.9.0
pydub
pydub
chardet==5.2.0

View file

@ -59,6 +59,7 @@ pyarrow==20.0.0 # fix: pin pyarrow version to 20 for rpi compatibility #15897
einops==0.8.1
ftfy==6.2.3
chardet==5.2.0
pypdf==6.0.0
fpdf2==2.8.2
pymdown-extensions==10.14.2

View file

@ -67,6 +67,7 @@ dependencies = [
"einops==0.8.1",
"ftfy==6.2.3",
"chardet==5.2.0",
"pypdf==6.0.0",
"fpdf2==2.8.2",
"pymdown-extensions==10.14.2",