适配httpx0.28

This commit is contained in:
xunbu
2025-11-06 19:22:21 +08:00
parent 5a72601928
commit 17d1e8476b
4 changed files with 1367 additions and 1114 deletions

View File

@@ -4,7 +4,6 @@ description = "文件翻译工具"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"httpx==0.27.2",
"fastapi[standard]>=0.115.12",
"jsonpath-ng>=1.7.0",
"openpyxl>=3.1.5",
@@ -19,6 +18,7 @@ dependencies = [
"pymdown-extensions>=10.16.1",
"chardet>=5.2.0",
"pysubs2>=1.8.0",
"httpx>=0.28.1",
]
dynamic = ["version"]