From ff6d2392d2057bd706dea5e44b9275438afe093f Mon Sep 17 00:00:00 2001 From: shenchucheng Date: Fri, 29 Dec 2023 11:32:38 +0800 Subject: [PATCH] update duckduckgo-search version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c2941a18..2b652fb18 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ extras_require = { "playwright": ["playwright>=1.26", "beautifulsoup4"], "selenium": ["selenium>4", "webdriver_manager", "beautifulsoup4"], "search-google": ["google-api-python-client==2.94.0"], - "search-ddg": ["duckduckgo-search==3.8.5"], + "search-ddg": ["duckduckgo-search~=4.1.1"], "ocr": ["paddlepaddle==2.4.2", "paddleocr>=2.0.1", "tabulate==0.9.0"], "test": ["pytest", "pytest-cov", "pytest-asyncio", "pytest-mock"], }