Conversation
- 更新 requests 至 >=2.31.0 修复安全漏洞 - 更新 urllib3、aiohttp、django 等核心依赖至安全版本 - 使用 ^ 版本范围策略保持向后兼容性 - 所有更改保持与 Python 3.7-3.14 的兼容性 Co-authored-by: Henry_Sys_Arch <qq98982@users.noreply.github.com> 🤖 Generated with [Claude Code](https://claude.ai/code)
Code Review: Dependency Updates for Python 3.14 SupportOverall AssessmentThis PR updates dependencies to support Python 3.14 and addresses security vulnerabilities. The changes are generally good, but there are several important considerations and recommendations. ✅ Positive Aspects
|
概述
更新项目依赖以支持 Python 3.14 并修复已知的安全漏洞。所有更改采用兼容性优先策略,不会引入破坏性变更。
主要更改
Closes #1
Generated with Claude Code