Skip to content

Commit e1cca09

Browse files
increment to the latest version of duckduckgo_search==3.9.9
1 parent e49b711 commit e1cca09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# print("Auto-Photoshop-SD plugin is installing")
4242

4343
package_name = 'duckduckgo_search'
44-
package_version= '3.9.6'
44+
package_version= '3.9.9'
4545
if not launch.is_installed(package_name):
4646
launch.run_pip(f"install {package_name}=={package_version}", "requirements for Auto-Photoshop Image Search")
4747
else:# it's installed but we need to check for update

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ uvicorn==0.20.0
2323
# uvloop==0.17.0
2424
watchfiles==0.18.1
2525
websockets==10.4
26-
duckduckgo_search==3.9.6
26+
duckduckgo_search==3.9.9

0 commit comments

Comments
 (0)