File "~/.local/lib/python3.14/site-packages/trakt/api.py", line 206, in get_token
self.config.load()
~~~~~~~~~~~~~~~~^^
File "~/.local/lib/python3.14/site-packages/trakt/config.py", line 58, in load
for key in self.__annotations__.keys():
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'AuthConfig' object has no attribute '__annotations__'. Did you mean: '__annotate_func__'?
When migrating to python3.14, I get the following. I imagine __annotations__ has been removed from the base object class