mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-27 15:08:43 +00:00
* docs: review and normalize `haystack.components.websearch` * fix: use correct type annotations * refactor: use type from protocol Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> * Revert "refactor: use type from protocol" This reverts commit 23d6f45cd763c39b98be1bff03639a90f2a01fac. * docs: refactor according to comments * build: correctly pin to 4.7 --------- Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com>
6 lines
231 B
YAML
6 lines
231 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Pin the `typing-extensions` package to versions >= 4.7 to avoid
|
|
[incompatibilities with the `openai` package](https://community.openai.com/t/error-while-importing-openai-from-open-import-openai/578166/26).
|