修复依赖版本冲突
- 将 itsdangerous 版本约束从 ==2.1.2 改为 >=2.0.0 以解决与 starlette-session 的冲突 - 添加 werkzeug 依赖(密码哈希功能需要) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -3,5 +3,6 @@ uvicorn[standard]==0.27.0
|
|||||||
SQLAlchemy==2.0.21
|
SQLAlchemy==2.0.21
|
||||||
python-dotenv==1.0.0
|
python-dotenv==1.0.0
|
||||||
openai==0.28.1
|
openai==0.28.1
|
||||||
itsdangerous==2.1.2
|
itsdangerous>=2.0.0
|
||||||
starlette-session==0.4.1
|
starlette-session==0.4.1
|
||||||
|
werkzeug==3.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user