From 66db291c194b9966078de94cce44aea58d459567 Mon Sep 17 00:00:00 2001 From: Collin Dutter Date: Thu, 19 Dec 2024 15:44:51 -0800 Subject: [PATCH] Deprecate DuckDuckGoWebSearchDriver --- CHANGELOG.md | 4 ++++ tests/integration/test_code_blocks.py | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc0b2f00..22103a645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/tests/integration/test_code_blocks.py b/tests/integration/test_code_blocks.py index 409bdd599..0fe934a78 100644 --- a/tests/integration/test_code_blocks.py +++ b/tests/integration/test_code_blocks.py @@ -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", ]