diff --git a/backend/requirements.txt b/backend/requirements.txt index ce55d2d34..1eb9af757 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -98,7 +98,7 @@ pytube==15.0.0 extract_msg pydub -duckduckgo-search~=8.0.0 +duckduckgo-search==8.0.2 ## Google Drive google-api-python-client diff --git a/pyproject.toml b/pyproject.toml index bc04c4bf4..50765c179 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ dependencies = [ "extract_msg", "pydub", - "duckduckgo-search~=8.0.0", + "duckduckgo-search==8.0.2", "google-api-python-client", "google-auth-httplib2",