From 7aeed21c5f4cf3edbeeed6abd485afdd4c0abd43 Mon Sep 17 00:00:00 2001 From: deedy5 <65482418+deedy5@users.noreply.github.com> Date: Sun, 1 Oct 2023 09:31:16 +0300 Subject: [PATCH] update duckduckgo_search version to v3.9.0 --- install.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.py b/install.py index e03d0b2..a9226fd 100644 --- a/install.py +++ b/install.py @@ -41,7 +41,7 @@ if auto_update: # print("Auto-Photoshop-SD plugin is installing") package_name = 'duckduckgo_search' -package_version= '3.7.1' +package_version= '3.9.0' if not launch.is_installed(package_name): launch.run_pip(f"install {package_name}=={package_version}", "requirements for Auto-Photoshop Image Search") else:# it's installed but we need to check for update diff --git a/requirements.txt b/requirements.txt index 3c7c516..c765602 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,4 @@ uvicorn==0.20.0 # uvloop==0.17.0 watchfiles==0.18.1 websockets==10.4 -duckduckgo_search==3.7.1 \ No newline at end of file +duckduckgo_search==3.9.0 \ No newline at end of file