-
Notifications
You must be signed in to change notification settings - Fork 0
chore: 更新依赖版本以支持 Python 3.14 并提升安全性 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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