Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update duckduckgo_search to v3.9.6 #417

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

deedy5
Copy link
Contributor

@deedy5 deedy5 commented Nov 18, 2023

update duckduckgo_search to v3.9.6

@AbdullahAlfaraj AbdullahAlfaraj merged commit e49b711 into AbdullahAlfaraj:master Nov 29, 2023
1 check passed
@AbdullahAlfaraj
Copy link
Owner

Thank you! I've went ahead and incremented to the latest release v3.9.9

@deedy5
Copy link
Contributor Author

deedy5 commented Nov 29, 2023

Hi.
There is also a problem with versions in requirements.txt, ddgs 3.9.9 gives errors.
I haven't looked into it in detail, but at least set httpcore==1.0.2

@deedy5 deedy5 deleted the dev branch November 29, 2023 05:16
@AbdullahAlfaraj
Copy link
Owner

Ah, that might be why I bumped into this error when I was trying to get this PR merged.

AUTOMATIC1111/stable-diffusion-webui#13840

Looks like ddgs versions 3.9.5 and up could be causing the same error because they depend on httpx 0.25.1 or later, which brings in httpcore v1.0.2. But, I’ve rolled back httpx to 0.24.1 and now both automatic1111 and ddgs are back in action.

install_or_update_package("httpx", "0.24.1")

image

@deedy5
Copy link
Contributor Author

deedy5 commented Nov 29, 2023

I'll revisit the python_server folder later and update the code and all packages to the latest versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants