Skip to content

Commit

Permalink
Deprecate DuckDuckGoWebSearchDriver (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter authored Dec 23, 2024
1 parent 23ac354 commit d4a6c25
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `StructureVisualizer.query_params` for setting query parameters on the url generated by `StructureVisualizer.to_url()`.
- Parsing `ActionCallDeltaMessageContent`s with empty string `partial_input`s.
- `Stream` util not properly propagating thread contextvars.
- `ValueError` with `DuckDuckGoWebSearchDriver`.

### Deprecated

Expand Down
34 changes: 17 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ qdrant-client = { version = "^1.10.1", optional = true }
astrapy = { version = "^1.4", optional = true }
pusher = {version = "^3.3.2", optional = true}
ollama = {version = "^0.4.1", optional = true}
duckduckgo-search = {version = "^6.2.12", optional = true}
duckduckgo-search = {version = "^7.0.1", optional = true}
sqlalchemy = {version = "^2.0.31", optional = true}
opentelemetry-sdk = {version = "^1.25.0", optional = true}
opentelemetry-api = {version = "^1.25.0", optional = true}
Expand Down

0 comments on commit d4a6c25

Please sign in to comment.