From d4f21c7e84d35986fc809168cc4194da584fbdd1 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 18 Sep 2025 10:43:59 -0500 Subject: [PATCH] refac --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1ea3128cb8..81fc0beb45 100644 --- a/backend/requirements.txt +++ b/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 diff --git a/pyproject.toml b/pyproject.toml index 267d8a7c60..bed62ee4e7 100644 --- a/pyproject.toml +++ b/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",