From ad8cd556170802d236509e1288ec604497c6b611 Mon Sep 17 00:00:00 2001 From: Santi Manero Date: Tue, 22 Jul 2025 09:13:13 +0200 Subject: [PATCH] [BLAZ-2269] Upgraded fastapi due to CVE-2025-54121 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a02cefeb..0d0d6a9e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'jmespath==1.0.1', 'python-hcl2==4.3.2', 'requests==2.32.4', - 'fastapi>=0.115.2,<0.116.0', + 'fastapi>=0.116.1,<0.117.0', "python-multipart==0.0.19", 'click==8.1.7', 'uvicorn==0.23.2',