Skip to content

Commit

Permalink
Deprecate DuckDuckGoWebSearchDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Dec 20, 2024
1 parent d8ace6f commit 66db291
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Parsing `ActionCallDeltaMessageContent`s with empty string `partial_input`s.
- `Stream` util not properly propagating thread contextvars.

### Deprecated

- `DuckDuckGoWebSearchDriver`. `DuckDuckGoWebSearchDriver` relies on `duckduckgo_search` which is no longer maintained and has been archived.

## [1.0.0] - 2024-12-09

### Added
Expand Down
2 changes: 2 additions & 0 deletions tests/integration/test_code_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"docs/griptape-framework/structures/src/observability_1.py",
"docs/griptape-framework/structures/src/observability_2.py",
"docs/griptape-framework/data/src/loaders_9.py",
"docs/griptape-framework/data/src/loaders_10.py",
"docs/griptape-framework/drivers/src/web_search_drivers_3.py",
]


Expand Down

0 comments on commit 66db291

Please sign in to comment.