From 732e712d6ac7d71ed2ace232beb0716717a91365 Mon Sep 17 00:00:00 2001 From: wtingkai <330445001@qq.com> Date: Sat, 13 Sep 2025 22:18:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(OmniAdvisor):=20django-csp=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E7=89=88=E6=9C=AC=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- omniadvisor/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniadvisor/pyproject.toml b/omniadvisor/pyproject.toml index 9e6b0805a..c37b7dbc0 100755 --- a/omniadvisor/pyproject.toml +++ b/omniadvisor/pyproject.toml @@ -23,7 +23,7 @@ requests = "^2.32.3" python-dateutil = "2.9.0.post0" psycopg2-binary = "^2.9.10" django-sslserver = "0.22" -django-csp = "4.0" +django-csp = "3.8" keyring = "24.3.1" keyrings-alt = "5.0.2" -- Gitee