fix(deps): restore charset_normalizer, revert accidental chardet reintroduction (#29782)

This commit is contained in:
fanadong
2025-12-17 16:56:41 +08:00
committed by GitHub
parent f41344e694
commit df2f1eb028
2 changed files with 6 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ dependencies = [
"bs4~=0.0.1",
"cachetools~=5.3.0",
"celery~=5.5.2",
"chardet~=5.1.0",
"charset-normalizer>=3.4.4",
"flask~=3.1.2",
"flask-compress>=1.17,<1.18",
"flask-cors~=6.0.0",
@@ -32,6 +32,7 @@ dependencies = [
"httpx[socks]~=0.27.0",
"jieba==0.42.1",
"json-repair>=0.41.1",
"jsonschema>=4.25.1",
"langfuse~=2.51.3",
"langsmith~=0.1.77",
"markdown~=3.5.1",