From 6e9e6dfc6dcd7e3917db70a5684deaab97af62d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=AD=E6=BD=87?= <1576730710@qq.com> Date: Mon, 9 Jun 2025 10:54:18 +0800 Subject: [PATCH] [python] update code node whitelist version --- framework/fel/python/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/fel/python/requirements.txt b/framework/fel/python/requirements.txt index 4e67e5c21..1e6c8076c 100644 --- a/framework/fel/python/requirements.txt +++ b/framework/fel/python/requirements.txt @@ -1,4 +1,4 @@ pydantic==2.6.3 psutil==6.1.1 -httpx -pandas \ No newline at end of file +httpx==0.28.1 +pandas==2.1.3 \ No newline at end of file