diff --git a/pyproject.toml b/pyproject.toml index 460644463a..9a87f4057d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ "tzlocal>=5.3, <6.0", # Time zone utilities "uvicorn>=0.34.0, <1.0.0", # ASGI server for FastAPI "watchdog>=6.0.0, <7.0.0", # For file change detection and hot reload - "websockets>=15.0.1, <16.0.0", # For BaseLlmFlow + "websockets>=15.0.1, <17.0.0", # For BaseLlmFlow # go/keep-sorted end ] dynamic = ["version"]