Importing the library should not trigger any deprecation warning but only when accessing the deprecated attribute.
Checklist
[x] Added changelog entry
[x] Ran unit tests (python3 -m unittest discover tests/unit)
[x] I understand that unless this is a Draft PR or has a DO NOT MERGE label, this PR is considered to be in a deploy ready state and can be deployed if merged to main
Fixes #148
Summary
Importing the library should not trigger any deprecation warning but only when accessing the deprecated attribute.
Checklist
python3 -m unittest discover tests/unit
)