From 5739ec6f034ba87a7062b4fafa7f8e5733dd0826 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 22:55:23 +0000 Subject: [PATCH] fix: backend/oasst_backend/utils/topic_model_requirments.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SENTENCEPIECE-15091567 --- backend/oasst_backend/utils/topic_model_requirments.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/oasst_backend/utils/topic_model_requirments.txt b/backend/oasst_backend/utils/topic_model_requirments.txt index 4941d144ad..ab065c8e97 100644 --- a/backend/oasst_backend/utils/topic_model_requirments.txt +++ b/backend/oasst_backend/utils/topic_model_requirments.txt @@ -2,3 +2,4 @@ pandas sentence-transformers bertopic scipy +sentencepiece>=0.2.1 # not directly required, pinned by Snyk to avoid a vulnerability