From c7b74726081efa89729592c8b0c1629dd9a1f18d Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 17:13:09 +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-TRANSFORMERS-14564337 --- 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..532adc53dd 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 +transformers>=5.0.0rc1 # not directly required, pinned by Snyk to avoid a vulnerability