mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[GH-ISSUE #9752] Upgrade duckduckgo-search to enable REQUESTS_CA_BUNDLE cert handling when using custom root CAs
#135358
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @btiernay on GitHub (Feb 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9752
Feature Request
Upgrade to the latest version
duckduckgo-searchto avoid issues with certificates described in:https://github.com/deedy5/duckduckgo_search/issues/257:
Currently we have 7.3.0:
https://github.com/open-webui/open-webui/blob/main/pyproject.toml#L97
This should be updated to 7.3.2 or higher. This will then allow the standard
REQUESTS_CA_BUNDLEconfiguration to propagate to this library.Version tested:
Info:
Note, this line is not present:
https://github.com/deedy5/duckduckgo_search/pull/278/files#diff-4abf7bf906b175e10dee218af6b116e6967c91a6798a9b519d91175e4834abfbR73