From 406ec59c370ce73539afa9967dcb38b6082fb044 Mon Sep 17 00:00:00 2001 From: Rivan <82927280+rivanjuthani@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:54:54 -0400 Subject: [PATCH] downgraded werkzeug version --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8e6acd4..5451516 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ hyperdb-python = "^0.1.3" quart = "^0.18.4" anthropic = "^0.2.10" websocket-client = "^1.5.2" +werkzeug = "2.2.3" [tool.black] line-length = 88