From 314dcf57aa885c534823a5ee3a82b846a54bc3cc Mon Sep 17 00:00:00 2001 From: Sujeevan Rasaratnam Date: Wed, 22 May 2024 01:14:41 +0000 Subject: [PATCH] update beautifulsoup4 to 4.12.3 --- transformers/nlp/text_url_summary_transformer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transformers/nlp/text_url_summary_transformer.py b/transformers/nlp/text_url_summary_transformer.py index 39da38aa..aeb76fb0 100644 --- a/transformers/nlp/text_url_summary_transformer.py +++ b/transformers/nlp/text_url_summary_transformer.py @@ -9,7 +9,7 @@ class TextURLSummaryTransformer(CustomTransformer): _numeric_output = False _testing_can_skip_failure = False # ensure tested as if shouldn't fail - _modules_needed_by_name = ["gensim==4.3.2", "beautifulsoup4==4.9.2"] + _modules_needed_by_name = ["gensim==4.3.2", "beautifulsoup4==4.12.3"] _display_name = 'TextURLSummaryTransformer' @staticmethod