Timothy Jaeryang Baek 2 weeks ago
parent
commit
d4f21c7e84
2 changed files with 2 additions and 2 deletions
  1. 1 1
      backend/requirements.txt
  2. 1 1
      pyproject.toml

+ 1 - 1
backend/requirements.txt

@@ -2,7 +2,7 @@ fastapi==0.115.7
 uvicorn[standard]==0.35.0
 pydantic==2.11.7
 python-multipart==0.0.20
-isdangerous==2.2.0
+itsdangerous==2.2.0
 
 python-socketio==5.13.0
 python-jose==3.4.0

+ 1 - 1
pyproject.toml

@@ -10,7 +10,7 @@ dependencies = [
     "uvicorn[standard]==0.35.0",
     "pydantic==2.11.7",
     "python-multipart==0.0.20",
-    "isdangerous==2.2.0",
+    "itsdangerous==2.2.0",
 
     "python-socketio==5.13.0",
     "python-jose==3.4.0",