Additional context
Asana official API client was updated and some of the methods were deprecated.
Poetry version: asana = "^3.2.1"
The latest available verson: 5.0.3
from asana import Client should be from asana import ApiClient
also
'ApiClient' has no attribute 'access_token'
with version 3.2.1 it works fine, but users could have problems with installing the newest version of asana
Which source is this for Asana
Additional context Asana official API client was updated and some of the methods were deprecated. Poetry version: asana = "^3.2.1" The latest available verson: 5.0.3
from asana import Client
should befrom asana import ApiClient
also'ApiClient' has no attribute 'access_token'
with version 3.2.1 it works fine, but users could have problems with installing the newest version of asana