浏览代码

Merge pull request #4096 from open-webui/dependabot/pip/pip-b4bdd6eb86

chore(deps): bump the pip group across 2 directories with 2 updates
Timothy Jaeryang Baek 9 月之前
父节点
当前提交
81130c205c
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      backend/requirements.txt
  2. 2 2
      pyproject.toml

+ 1 - 1
backend/requirements.txt

@@ -34,7 +34,7 @@ google-generativeai==0.7.2
 tiktoken
 
 langchain==0.2.6
-langchain-community==0.2.6
+langchain-community==0.2.9
 langchain-chroma==0.1.2
 
 fake-useragent==1.5.1

+ 2 - 2
pyproject.toml

@@ -23,7 +23,7 @@ dependencies = [
     "peewee==3.17.5",
     "peewee-migrate==1.12.2",
     "psycopg2-binary==2.9.9",
-    "PyMySQL==1.1.0",
+    "PyMySQL==1.1.1",
     "bcrypt==4.1.3",
 
     "boto3==1.34.110",
@@ -33,7 +33,7 @@ dependencies = [
     "google-generativeai==0.5.4",
 
     "langchain==0.2.0",
-    "langchain-community==0.2.0",
+    "langchain-community==0.2.9",
     "langchain-chroma==0.1.1",
 
     "fake-useragent==1.5.1",