perf(request.py): 优化 headers 处理逻辑

1. 修复已登录 Cookie 无法获取具体数据的问题
2. 更新项目依赖库版本

Closes #206
This commit is contained in:
2025-02-28 18:45:06 +08:00
parent 86b5de6687
commit ea63059dbf
4 changed files with 11 additions and 13 deletions

View File

@@ -13,13 +13,13 @@ dependencies = [
"aiosqlite>=0.21.0",
"click>=8.1.8",
"emoji>=2.14.1",
"fastapi>=0.115.8",
"fastapi>=0.115.9",
"httpx[socks]>=0.28.1",
"lxml>=5.3.1",
"pyperclip>=1.9.0",
"pyyaml>=6.0.2",
"rookiepy>=0.5.6",
"textual>=1.0.0",
"textual>=2.1.2",
"uvicorn>=0.34.0",
]