From 9717af0f999c1fc16ba7603153bc556c3f519e75 Mon Sep 17 00:00:00 2001 From: ShinHyung Choi Date: Tue, 26 Sep 2023 19:04:44 +0900 Subject: [PATCH] Add version range to bs4 package (#429) * Add version range to bs4 package * Update setup.py Co-authored-by: Roman Babenko --------- Co-authored-by: Roman Babenko --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4512130a..3dc826063 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() install_requires = [ - "beautifulsoup4", # + "beautifulsoup4>=4.11.0", # the lowest version with XMLParsedAsHTMLWarning "GitPython", # "google_auth_oauthlib", # "humanfriendly", #