From cfc6a77cffc7f3abd017088419d1759fd18ba326 Mon Sep 17 00:00:00 2001 From: Dumitru Gutu Date: Tue, 17 Jun 2025 16:58:04 +0100 Subject: [PATCH] Unpin flask and flask-cors version in notification example --- examples/notification_flow/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/notification_flow/requirements.txt b/examples/notification_flow/requirements.txt index 6cc2530..f0861ea 100644 --- a/examples/notification_flow/requirements.txt +++ b/examples/notification_flow/requirements.txt @@ -1,2 +1,2 @@ -flask~=2.2.3 -flask-cors~=3.0.10 +flask +flask-cors