SIGN IN SIGN UP

🚀 refactor(core): 替换requests库为httpx

- 移除requests依赖,统一使用httpx进行HTTP请求
- 更新.gitignore添加*.pid文件忽略
- 修改zai_transformer.py中的认证请求使用httpx.Client
- 从token_pool.py中移除requests导入
- 从pyproject.toml和requirements.txt中移除requests依赖项
Z
ZyphrZero committed
a445bd589cae4b6893fc04b0f4e66659fc749629
Parent: 6a60ac4