diff --git a/pyproject.toml b/pyproject.toml index 2ef27181..6d4643fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "python-dotenv==1.0.0", "SQLAlchemy==2.0.22", "uvicorn==0.23.2", - "websockets==11.0.3", + "websockets==12.0", ] dynamic = ["version"]