Переглянути джерело

Merge pull request #17232 from open-webui/dependabot/pip/pip-83da9e8e4c

build(deps): bump the pip group across 2 directories with 2 updates
Tim Jaeryang Baek 1 місяць тому
батько
коміт
b70e910e4b
2 змінених файлів з 4 додано та 4 видалено
  1. 2 2
      backend/requirements.txt
  2. 2 2
      pyproject.toml

+ 2 - 2
backend/requirements.txt

@@ -47,7 +47,7 @@ google-generativeai==0.8.5
 tiktoken
 
 langchain==0.3.26
-langchain-community==0.3.26
+langchain-community==0.3.27
 
 fake-useragent==2.2.0
 chromadb==0.6.3
@@ -70,7 +70,7 @@ einops==0.8.1
 
 
 ftfy==6.2.3
-pypdf==4.3.1
+pypdf==6.0.0
 fpdf2==2.8.2
 pymdown-extensions==10.14.2
 docx2txt==0.8

+ 2 - 2
pyproject.toml

@@ -52,7 +52,7 @@ dependencies = [
     "google-generativeai==0.8.5",
 
     "langchain==0.3.26",
-    "langchain-community==0.3.26",
+    "langchain-community==0.3.27",
 
     "fake-useragent==2.2.0",
     "chromadb==0.6.3",
@@ -72,7 +72,7 @@ dependencies = [
     "einops==0.8.1",
 
     "ftfy==6.2.3",
-    "pypdf==4.3.1",
+    "pypdf==6.0.0",
     "fpdf2==2.8.2",
     "pymdown-extensions==10.14.2",
     "docx2txt==0.8",