mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
chore: dep bump pypdf to ver 6.4.0 (#19508)
* Update pyproject.toml * Update requirements.txt
This commit is contained in:
parent
4370dee79e
commit
9fca4969db
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ einops==0.8.1
|
|||
|
||||
ftfy==6.2.3
|
||||
chardet==5.2.0
|
||||
pypdf==6.0.0
|
||||
pypdf==6.4.0
|
||||
fpdf2==2.8.2
|
||||
pymdown-extensions==10.14.2
|
||||
docx2txt==0.8
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ dependencies = [
|
|||
|
||||
"ftfy==6.2.3",
|
||||
"chardet==5.2.0",
|
||||
"pypdf==6.0.0",
|
||||
"pypdf==6.4.0",
|
||||
"fpdf2==2.8.2",
|
||||
"pymdown-extensions==10.14.2",
|
||||
"docx2txt==0.8",
|
||||
|
|
|
|||
Loading…
Reference in a new issue