Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/database/db_redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
import sys

from redis.asyncio.client import Redis
from redis.asyncio import Redis
from redis.exceptions import AuthenticationError, TimeoutError

from backend.common.log import log
Expand Down
28 changes: 13 additions & 15 deletions backend/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"pytest==7.2.2",
"pytest-pretty==1.2.0",
"python-jose==3.3.0",
"redis[hiredis]==5.0.1",
"redis[hiredis]==5.1.0",
"SQLAlchemy==2.0.30",
"user-agents==2.2.0",
"uvicorn[standard]==0.29.0",
Expand Down
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.7.0
anyio==4.4.0
asgi-correlation-id==4.3.3
asgiref==3.8.1
async-timeout==4.0.3; python_full_version <= "3.11.2"
async-timeout==4.0.3; python_full_version < "3.11.3"
asyncmy==0.2.9
attrs==24.2.0
bcrypt==4.0.1
Expand Down Expand Up @@ -88,8 +88,8 @@ python-jose==3.3.0
python-multipart==0.0.9
pytz==2024.1
pyyaml==6.0.2
redis==5.0.1
redis[hiredis]==5.0.1
redis==5.1.0
redis[hiredis]==5.1.0
rich==13.8.0
rsa==4.9
ruff==0.6.4
Expand Down