修复了mineru上传文件过大时超时的问题

This commit is contained in:
xunbu
2025-05-24 22:06:39 +08:00
parent de49ade3d4
commit 3c92d8d25f
3 changed files with 19 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "docutranslate"
version = "0.2.23"
version = "0.2.24"
description = "文件翻译工具"
readme = "README.md"
requires-python = ">=3.10"
@@ -8,7 +8,6 @@ dependencies = [
"httpx>=0.28.1",
"markdown2>=2.5.3",
"fastapi[standard]>=0.115.12",
]