Browse Source

fix: DuckDuckGo's RateLimit exception

KarlLee830 3 months ago
parent
commit
e7de41499a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -94,7 +94,7 @@ dependencies = [
 
     "extract_msg",
     "pydub",
-    "duckduckgo-search~=7.2.1",
+    "duckduckgo-search~=7.3.0",
 
     "google-api-python-client",
     "google-auth-httplib2",