chore: bump weave to v0.52.25 and nltk to v3.9.4

This commit is contained in:
zhangx1n 2026-03-25 10:54:44 +08:00
parent 06e99d7f7c
commit c5a7f750f6
2 changed files with 4 additions and 4 deletions

View File

@ -90,7 +90,7 @@ dependencies = [
"croniter>=6.0.0",
"weaviate-client==4.20.4",
"apscheduler>=3.11.0",
"weave>=0.52.16",
"weave>=0.52.25",
"fastopenapi[flask]>=0.7.0",
"bleach~=6.3.0",
]
@ -196,7 +196,7 @@ storage = [
############################################################
# [ Tools ] dependency group
############################################################
tools = ["cloudscraper~=1.2.71", "nltk~=3.9.1"]
tools = ["cloudscraper~=1.2.71", "nltk~=3.9.4"]
############################################################
# [ VDB ] dependency group

4
api/uv.lock generated
View File

@ -1748,7 +1748,7 @@ requires-dist = [
{ name = "tiktoken", specifier = "~=0.12.0" },
{ name = "transformers", specifier = "~=5.3.0" },
{ name = "unstructured", extras = ["docx", "epub", "md", "ppt", "pptx"], specifier = "~=0.21.5" },
{ name = "weave", specifier = ">=0.52.16" },
{ name = "weave", specifier = ">=0.52.25" },
{ name = "weaviate-client", specifier = "==4.20.4" },
{ name = "webvtt-py", specifier = "~=0.5.1" },
{ name = "yarl", specifier = "~=1.23.0" },
@ -1833,7 +1833,7 @@ storage = [
]
tools = [
{ name = "cloudscraper", specifier = "~=1.2.71" },
{ name = "nltk", specifier = "~=3.9.1" },
{ name = "nltk", specifier = "~=3.9.4" },
]
vdb = [
{ name = "alibabacloud-gpdb20160503", specifier = "~=5.1.0" },