From 424f6f71cf5deb865c7cf5544377f6e271f4276f Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 17 May 2025 03:03:07 +0400 Subject: [PATCH] chore: duckduckgo-search bump --- 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 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",