From 536bc36e362652dc622ba16cb3d1d5d6d1441e84 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 10 Apr 2025 08:42:03 -0700 Subject: [PATCH] chore: bump duckduckgo --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ad490d00a..07ef21f81 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -98,7 +98,7 @@ pytube==15.0.0 extract_msg pydub -duckduckgo-search~=7.5.5 +duckduckgo-search~=8.0.0 ## Google Drive google-api-python-client diff --git a/pyproject.toml b/pyproject.toml index 18e833290..159716ab2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ dependencies = [ "extract_msg", "pydub", - "duckduckgo-search~=7.5.5", + "duckduckgo-search~=8.0.0", "google-api-python-client", "google-auth-httplib2",