/ releasenotes / notes / haystack-init-eager-imports-b0aa339bf8845186.yaml
haystack-init-eager-imports-b0aa339bf8845186.yaml
1  ---
2  fixes:
3    - |
4      Replace lazy imports with eager imports in `haystack/__init__.py` to avoid potential static type checking issues
5      and simplify maintenance.