Netatmo integration not working on 0.114.4

Hello everyone,
I’m using home assistant 0.114.4 and i successfully configure netatmo via configuration.yml but i can not see my thermostat.
I checked the log and i have this:

Logger: homeassistant.config_entries
Source: deps/lib/python3.7/site-packages/requests_oauthlib/oauth2_session.py:129
First occurred: 2:54:10 (1 occurrences)
Last logged: 2:54:10

Error setting up entry Configuration.yaml for netatmo
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/homeassistant/config_entries.py", line 223, in async_setup
    hass, self
  File "/usr/local/lib/python3.7/dist-packages/homeassistant/components/netatmo/__init__.py", line 95, in async_setup_entry
    AUTH: api.ConfigEntryNetatmoAuth(hass, entry, implementation)
  File "/usr/local/lib/python3.7/dist-packages/homeassistant/components/netatmo/api.py", line 27, in __init__
    super().__init__(token=self.session.token)
  File "/opt/homeassistant/deps/lib/python3.7/site-packages/pyatmo/auth.py", line 91, in __init__
    scope=self.scope,
  File "/opt/homeassistant/deps/lib/python3.7/site-packages/requests_oauthlib/oauth2_session.py", line 79, in __init__
    self.token = token or {}
  File "/opt/homeassistant/deps/lib/python3.7/site-packages/requests_oauthlib/oauth2_session.py", line 129, in token
    self._client.populate_token_attributes(value)
AttributeError: 'WebApplicationClient' object has no attribute 'populate_token_attributes'

Can somebody help me please?

Any help please.