chore(forge): Update duckduckgo-search to v4.0.0

- v3.x.x of the duckduckgo-search library no longer works, so updating to v4.0.0 unbreaks the search functionality
This commit is contained in:
Reinier van der Leer
2023-12-13 15:47:14 +01:00
parent b33f4cca6b
commit 2e457753d0
2 changed files with 1162 additions and 1392 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,7 @@ toml = "^0.10.2"
jinja2 = "^3.1.2"
uvicorn = "^0.23.2"
litellm = "^0.1.821"
duckduckgo-search = "^3.8.0"
duckduckgo-search = "^4.0.0"
selenium = "^4.13.0"
bs4 = "^0.0.1"
# agbenchmark = { path = "../../benchmark", optional = true }