Skip to content
Open
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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiofiles==24.1.0 # Asynchronous file manipulation
alembic==1.13.2 # database migrations
arq==0.26.3 # Scheduler
asyncpg==0.31.0 # PostgreSQL adapter for asynchronous operations
authlib==1.6.5
authlib==1.6.6
bcrypt==4.1.3 # password hashing
boto3==1.38.23
broadcaster==0.3.1 # Working with websockets with multiple workers.
Expand Down
Loading