From e49b711ab4403330127c1150ee4c003ed37097c9 Mon Sep 17 00:00:00 2001 From: deedy5 <65482418+deedy5@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:44:53 +0300 Subject: [PATCH 1/2] update duckduckgo_search to v3.9.6 --- install.py | 4 ++-- requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/install.py b/install.py index fe209da5..df8538c4 100644 --- a/install.py +++ b/install.py @@ -25,7 +25,7 @@ branch_result = run(f'"{git}" -C "{REPO_LOCATION}" branch', "[Auto-Photoshop-SD] Current Branch.") print("branch_result:",branch_result) - + fetch_result = run(f'"{git}" -C "{REPO_LOCATION}" fetch', "[Auto-Photoshop-SD] Fetch upstream.") print("fetch_result:",fetch_result) @@ -41,7 +41,7 @@ # print("Auto-Photoshop-SD plugin is installing") package_name = 'duckduckgo_search' -package_version= '3.9.3' +package_version= '3.9.6' 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 fe68c2a1..3d7dbd4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,12 +2,12 @@ anyio==3.6.2 asyncio==3.4.3 certifi==2022.12.7 charset-normalizer==2.1.1 -click==8.1.3 +click==8.1.7 fastapi==0.88.0 h11==0.14.0 httpcore==0.16.3 httptools==0.5.0 -httpx==0.23.1 +httpx==0.25.1 idna==3.4 Pillow==9.3.0 pydantic==1.10.2 @@ -23,4 +23,4 @@ uvicorn==0.20.0 # uvloop==0.17.0 watchfiles==0.18.1 websockets==10.4 -duckduckgo_search==3.9.3 +duckduckgo_search==3.9.6 From e1cca09acfc057fe32b1beb32361c1b0ea1f05d5 Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj <7842232+AbdullahAlfaraj@users.noreply.github.com> Date: Wed, 29 Nov 2023 06:46:08 +0300 Subject: [PATCH 2/2] increment to the latest version of `duckduckgo_search==3.9.9` --- install.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.py b/install.py index df8538c4..2121db60 100644 --- a/install.py +++ b/install.py @@ -41,7 +41,7 @@ # print("Auto-Photoshop-SD plugin is installing") package_name = 'duckduckgo_search' -package_version= '3.9.6' +package_version= '3.9.9' 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 3d7dbd4c..8705554d 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.9.6 +duckduckgo_search==3.9.9