We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
duckduckgo_search==3.9.9
1 parent e49b711 commit e1cca09Copy full SHA for e1cca09
install.py
@@ -41,7 +41,7 @@
41
# print("Auto-Photoshop-SD plugin is installing")
42
43
package_name = 'duckduckgo_search'
44
-package_version= '3.9.6'
+package_version= '3.9.9'
45
if not launch.is_installed(package_name):
46
launch.run_pip(f"install {package_name}=={package_version}", "requirements for Auto-Photoshop Image Search")
47
else:# it's installed but we need to check for update
requirements.txt
@@ -23,4 +23,4 @@ uvicorn==0.20.0
23
# uvloop==0.17.0
24
watchfiles==0.18.1
25
websockets==10.4
26
-duckduckgo_search==3.9.6
+duckduckgo_search==3.9.9
0 commit comments