We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1eff69e + 0b25a94 commit 5188608Copy full SHA for 5188608
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.1'
+package_version= '3.9.3'
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.1
+duckduckgo_search==3.9.3
0 commit comments