From 1798b689c806beb9bb1ef1eb09eaa1bf3e93da13 Mon Sep 17 00:00:00 2001 From: Ali RajabNezhad Date: Fri, 1 Aug 2025 14:52:46 +0330 Subject: [PATCH] [Python] Bump Panther to 5.0.2 --- frameworks/Python/panther/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frameworks/Python/panther/requirements.txt b/frameworks/Python/panther/requirements.txt index d5fbd99e7b8..730b0ed72f8 100644 --- a/frameworks/Python/panther/requirements.txt +++ b/frameworks/Python/panther/requirements.txt @@ -1,5 +1,6 @@ -panther==5.0.1 +panther==5.0.2 cython==3.1.2 asyncpg==0.30.0 gunicorn==23.0.0 uvloop==0.21.0 +uvicorn==0.27.0 \ No newline at end of file