Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy pip resolver #92124

Merged
merged 4 commits into from
Apr 27, 2023
Merged

Remove legacy pip resolver #92124

merged 4 commits into from
Apr 27, 2023

Conversation

frenck
Copy link
Member

@frenck frenck commented Apr 27, 2023

Breaking change

The legacy pip resolver has been removed. Because of that, the following integrations are no longer compatible with Home Assistant:

  • IBM Watson TTS
  • Mycroft
  • Salda Smarty

The upstream packages that cause conflicts (and thus required us to disable these integrations) have been notified repeatedly in, at least, the past two years, without response.

Proposed change

SSIA, and see the breaking changes section above. Upstream issues:

All of them are older than two years, without resolution. We can't keep extending this.

This PR also removes the pip_check job and script, as this is no longer needed (pip will fail by itself now).

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New integration (thank you!)
  • New feature (which adds functionality to an existing integration)
  • Deprecation (breaking change to happen in the future)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

  • This PR fixes or closes issue: fixes #
  • This PR is related to issue:
  • Link to documentation pull request:

Checklist

  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • I have followed the perfect PR recommendations
  • The code has been formatted using Black (black --fast homeassistant tests)
  • Tests have been added to verify that the new code works.

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • The manifest file has all fields filled out correctly.
    Updated and included derived files by running: python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt.
    Updated by running python3 -m script.gen_requirements_all.
  • For the updated dependencies - a link to the changelog, or at minimum a diff between library versions is added to the PR description.
  • Untested files have been added to .coveragerc.

To help with the load of incoming pull requests:

@home-assistant
Copy link

Hey there @z0mbieprocess, mind taking a look at this pull request as it has been labeled with an integration (smarty) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of smarty can trigger bot actions by commenting:

  • @home-assistant close Closes the pull request.
  • @home-assistant rename Awesome new title Renames the pull request.
  • @home-assistant reopen Reopen the pull request.
  • @home-assistant unassign smarty Removes the current integration label and assignees on the pull request, add the integration domain after the command.

@home-assistant
Copy link

Hey there @rutkai, mind taking a look at this pull request as it has been labeled with an integration (watson_tts) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of watson_tts can trigger bot actions by commenting:

  • @home-assistant close Closes the pull request.
  • @home-assistant rename Awesome new title Renames the pull request.
  • @home-assistant reopen Reopen the pull request.
  • @home-assistant unassign watson_tts Removes the current integration label and assignees on the pull request, add the integration domain after the command.

Copy link
Member

@pvizeli pvizeli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need also changes on wheels CI

@home-assistant home-assistant bot marked this pull request as draft April 27, 2023 16:04
@home-assistant
Copy link

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍

Learn more about our pull request process.

@frenck
Copy link
Member Author

frenck commented Apr 27, 2023

Nice catch! Removed it 👍

@frenck frenck marked this pull request as ready for review April 27, 2023 16:15
@home-assistant home-assistant bot requested a review from pvizeli April 27, 2023 16:15
@rutkai
Copy link
Contributor

rutkai commented Apr 27, 2023

It's a shame that they ignored this issue for years at IBM. I pinged one of the devs, I don't have high hopes, but we may get something (in a few weeks' time).

@frenck frenck marked this pull request as draft April 27, 2023 16:39
@frenck
Copy link
Member Author

frenck commented Apr 27, 2023

back to draft, figure out why test fail (and address the pylint one)

@bdraco
Copy link
Member

bdraco commented Apr 27, 2023

Somehow I end up with gql==0.5.0

% pytest tests/components
ImportError while loading conftest '/Users/bdraco/home-assistant/tests/components/tibber/conftest.py'.
tests/components/tibber/conftest.py:4: in <module>
    from homeassistant.components.tibber.const import DOMAIN
homeassistant/components/tibber/__init__.py:6: in <module>
    import tibber
venv/lib/python3.10/site-packages/tibber/__init__.py:17: in <module>
    from .websocker_transport import TibberWebsocketsTransport
venv/lib/python3.10/site-packages/tibber/websocker_transport.py:6: in <module>
    from gql.transport.exceptions import TransportClosed
E   ModuleNotFoundError: No module named 'gql.transport.exceptions'
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ERROR collecting tests/components/google/test_init.py ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
tests/components/google/test_init.py:648: in <module>
    "config_entry_token_expiry", [datetime.datetime.max.timestamp() + 1]
E   ValueError: year 10000 is out of range

Thats what fails for me locally

pip seemed to get quite confused about boto3

Collecting boto3>=1.20.24
  Downloading boto3-1.26.121-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 8.2 MB/s eta 0:00:00
  Downloading boto3-1.26.120-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 10.6 MB/s eta 0:00:00
  Downloading boto3-1.26.119-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 8.4 MB/s eta 0:00:00
  Downloading boto3-1.26.118-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 9.9 MB/s eta 0:00:00
  Downloading boto3-1.26.117-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 9.8 MB/s eta 0:00:00
  Downloading boto3-1.26.116-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 9.1 MB/s eta 0:00:00
  Downloading boto3-1.26.115-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 9.6 MB/s eta 0:00:00
  Downloading boto3-1.26.114-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 13.1 MB/s eta 0:00:00
  Downloading boto3-1.26.113-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 8.9 MB/s eta 0:00:00
  Downloading boto3-1.26.112-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 9.5 MB/s eta 0:00:00
  Downloading boto3-1.26.111-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 10.9 MB/s eta 0:00:00
  Downloading boto3-1.26.110-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 12.3 MB/s eta 0:00:00
  Downloading boto3-1.26.109-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 12.0 MB/s eta 0:00:00
  Downloading boto3-1.26.108-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 12.9 MB/s eta 0:00:00
  Downloading boto3-1.26.107-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 11.9 MB/s eta 0:00:00
  Downloading boto3-1.26.106-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 10.3 MB/s eta 0:00:00
  Downloading boto3-1.26.105-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 9.2 MB/s eta 0:00:00
  Downloading boto3-1.26.104-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 15.0 MB/s eta 0:00:00
  Downloading boto3-1.26.103-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 12.1 MB/s eta 0:00:00
  Downloading boto3-1.26.102-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 11.6 MB/s eta 0:00:00
  Downloading boto3-1.26.101-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.5/135.5 kB 1.1 MB/s eta 0:00:00
  Downloading boto3-1.26.100-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.5/135.5 kB 6.8 MB/s eta 0:00:00
  Downloading boto3-1.26.99-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.5/135.5 kB 8.1 MB/s eta 0:00:00
  Downloading boto3-1.26.98-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.5/135.5 kB 11.4 MB/s eta 0:00:00
  Downloading boto3-1.26.97-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.5/135.5 kB 10.4 MB/s eta 0:00:00
  Downloading boto3-1.26.96-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.5/135.5 kB 11.4 MB/s eta 0:00:00
  Downloading boto3-1.26.95-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.5/135.5 kB 11.4 MB/s eta 0:00:00
  Downloading boto3-1.26.94-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.1/135.1 kB 11.5 MB/s eta 0:00:00
  Downloading boto3-1.26.93-py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.1/135.1 kB 11.4 MB/s eta 0:00:00
  Downloading boto3-1.26.92-py3-none-any.whl (134 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.7/134.7 kB 13.0 MB/s eta 0:00:00
  Downloading boto3-1.26.91-py3-none-any.whl (134 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.7/134.7 kB 12.7 MB/s eta 0:00:00
  Downloading boto3-1.26.90-py3-none-any.whl (134 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.7/134.7 kB 11.2 MB/s eta 0:00:00
  Downloading boto3-1.26.89-py3-none-any.whl (134 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.7/134.7 kB 10.9 MB/s eta 0:00:00
  Downloading boto3-1.26.88-py3-none-any.whl (134 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.7/134.7 kB 11.2 MB/s eta 0:00:00
  Downloading boto3-1.26.87-py3-none-any.whl (134 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.7/134.7 kB 12.7 MB/s eta 0:00:00
  Downloading boto3-1.26.86-py3-none-any.whl (134 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.7/134.7 kB 10.6 MB/s eta 0:00:00
  Downloading boto3-1.26.85-py3-none-any.whl (134 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.7/134.7 kB 3.8 MB/s eta 0:00:00
  Downloading boto3-1.26.84-py3-none-any.whl (134 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.7/134.7 kB 10.2 MB/s eta 0:00:00
  Downloading boto3-1.26.83-py3-none-any.whl (134 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.7/134.7 kB 10.1 MB/s eta 0:00:00
  Downloading boto3-1.26.82-py3-none-any.whl (134 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.7/134.7 kB 10.6 MB/s eta 0:00:00
  Downloading boto3-1.26.81-py3-none-any.whl (134 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.7/134.7 kB 11.7 MB/s eta 0:00:00
  Downloading boto3-1.26.80-py3-none-any.whl (132 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.7/132.7 kB 12.4 MB/s eta 0:00:00
  Downloading boto3-1.26.79-py3-none-any.whl (132 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.7/132.7 kB 8.8 MB/s eta 0:00:00
  Downloading boto3-1.26.78-py3-none-any.whl (132 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.7/132.7 kB 11.1 MB/s eta 0:00:00
  Downloading boto3-1.26.77-py3-none-any.whl (132 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.7/132.7 kB 10.4 MB/s eta 0:00:00
  Downloading boto3-1.26.76-py3-none-any.whl (132 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.7/132.7 kB 12.6 MB/s eta 0:00:00
  Downloading boto3-1.26.75-py3-none-any.whl (132 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.7/132.7 kB 8.4 MB/s eta 0:00:00
  Downloading boto3-1.26.74-py3-none-any.whl (132 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.7/132.7 kB 13.2 MB/s eta 0:00:00
  Downloading boto3-1.26.73-py3-none-any.whl (132 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.7/132.7 kB 8.0 MB/s eta 0:00:00
  Downloading boto3-1.26.72-py3-none-any.whl (132 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.7/132.7 kB 12.2 MB/s eta 0:00:00
  Downloading boto3-1.26.71-py3-none-any.whl (132 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.7/132.7 kB 11.5 MB/s eta 0:00:00
  Using cached boto3-1.26.70-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.69-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.68-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.67-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.66-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.65-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.64-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.63-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.62-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.61-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.60-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.59-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.58-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.57-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.56-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.55-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.54-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.53-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.52-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.51-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.50-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.49-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.48-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.47-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.46-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.45-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.44-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.43-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.42-py3-none-any.whl (132 kB)
  Downloading boto3-1.26.41-py3-none-any.whl (132 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.7/132.7 kB 4.8 MB/s eta 0:00:00
  Using cached boto3-1.26.40-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.39-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.38-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.37-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.36-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.35-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.34-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.33-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.32-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.31-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.30-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.29-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.28-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.27-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.26-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.25-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.24-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.23-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.22-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.21-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.20-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.19-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.18-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.17-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.16-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.15-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.14-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.13-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.12-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.11-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.10-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.9-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.8-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.7-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.6-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.5-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.4-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.3-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.2-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.1-py3-none-any.whl (132 kB)
  Using cached boto3-1.26.0-py3-none-any.whl (132 kB)
  Using cached boto3-1.25.5-py3-none-any.whl (132 kB)
  Using cached boto3-1.25.4-py3-none-any.whl (132 kB)
  Using cached boto3-1.25.3-py3-none-any.whl (132 kB)
  Using cached boto3-1.25.2-py3-none-any.whl (132 kB)
  Using cached boto3-1.25.1-py3-none-any.whl (132 kB)
  Using cached boto3-1.25.0-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.96-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.95-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.94-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.93-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.92-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.91-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.90-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.89-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.88-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.87-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.86-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.85-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.84-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.83-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.82-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.81-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.80-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.79-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.78-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.77-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.76-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.75-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.74-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.73-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.72-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.71-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.70-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.69-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.68-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.67-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.66-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.65-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.64-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.63-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.62-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.61-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.60-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.59-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.58-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.57-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.56-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.55-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.54-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.53-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.52-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.51-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.50-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.49-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.48-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.47-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.46-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.45-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.44-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.43-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.42-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.41-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.40-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.39-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.38-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.37-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.36-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.35-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.34-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.33-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.32-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.31-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.30-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.29-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.28-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.27-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.26-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.25-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.24-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.23-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.21-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.20-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.19-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.18-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.17-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.16-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.15-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.14-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.13-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.12-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.11-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.10-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.9-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.8-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.7-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.6-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.5-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.4-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.3-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.2-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.1-py3-none-any.whl (132 kB)
  Using cached boto3-1.24.0-py3-none-any.whl (132 kB)
  Using cached boto3-1.23.10-py3-none-any.whl (132 kB)
Collecting s3transfer<0.6.0,>=0.5.0
  Using cached s3transfer-0.5.2-py3-none-any.whl (79 kB)
Collecting boto3>=1.20.24
  Using cached boto3-1.23.9-py3-none-any.whl (132 kB)
  Using cached boto3-1.23.8-py3-none-any.whl (132 kB)
  Using cached boto3-1.23.7-py3-none-any.whl (132 kB)
  Using cached boto3-1.23.6-py3-none-any.whl (132 kB)
  Using cached boto3-1.23.5-py3-none-any.whl (132 kB)
  Using cached boto3-1.23.4-py3-none-any.whl (132 kB)
  Using cached boto3-1.23.3-py3-none-any.whl (132 kB)
  Using cached boto3-1.23.2-py3-none-any.whl (132 kB)
  Using cached boto3-1.23.1-py3-none-any.whl (132 kB)
  Using cached boto3-1.23.0-py3-none-any.whl (132 kB)
  Using cached boto3-1.22.13-py3-none-any.whl (132 kB)
  Using cached boto3-1.22.12-py3-none-any.whl (132 kB)
  Using cached boto3-1.22.11-py3-none-any.whl (132 kB)
  Using cached boto3-1.22.10-py3-none-any.whl (132 kB)
  Using cached boto3-1.22.9-py3-none-any.whl (132 kB)
  Using cached boto3-1.22.8-py3-none-any.whl (132 kB)
  Using cached boto3-1.22.7-py3-none-any.whl (132 kB)
  Using cached boto3-1.22.6-py3-none-any.whl (132 kB)
  Using cached boto3-1.22.5-py3-none-any.whl (132 kB)
  Using cached boto3-1.22.4-py3-none-any.whl (132 kB)
  Using cached boto3-1.22.3-py3-none-any.whl (132 kB)
  Using cached boto3-1.22.2-py3-none-any.whl (132 kB)
  Using cached boto3-1.22.1-py3-none-any.whl (132 kB)
  Using cached boto3-1.22.0-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.46-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.45-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.44-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.43-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.42-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.41-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.40-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.39-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.38-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.37-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.36-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.35-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.34-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.33-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.32-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.31-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.30-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.29-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.28-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.27-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.26-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.25-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.24-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.23-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.22-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.21-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.20-py3-none-any.whl (132 kB)
Collecting jmespath<2
  Using cached jmespath-0.10.0-py2.py3-none-any.whl (24 kB)
Collecting boto3>=1.20.24
  Using cached boto3-1.21.19-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.18-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.17-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.16-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.15-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.14-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.13-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.12-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.11-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.10-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.9-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.8-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.7-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.6-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.5-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.4-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.3-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.2-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.1-py3-none-any.whl (132 kB)
  Using cached boto3-1.21.0-py3-none-any.whl (132 kB)
  Using cached boto3-1.20.54-py3-none-any.whl (132 kB)
  Using cached boto3-1.20.53-py3-none-any.whl (132 kB)
  Using cached boto3-1.20.52-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.51-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.50-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.49-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.48-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.47-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.46-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.45-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.44-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.43-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.42-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.41-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.40-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.39-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.38-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.37-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.36-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.35-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.34-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.33-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.32-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.31-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.30-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.29-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.28-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.27-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.26-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.25-py3-none-any.whl (131 kB)
  Using cached boto3-1.20.24-py3-none-any.whl (131 kB)

@bdraco
Copy link
Member

bdraco commented Apr 27, 2023

Danielhiversen/pyTibber#268 should fix tibber

@bdraco
Copy link
Member

bdraco commented Apr 27, 2023

#92136

@frenck frenck marked this pull request as ready for review April 27, 2023 20:25
@home-assistant home-assistant bot requested a review from pvizeli April 27, 2023 20:25
@frenck
Copy link
Member Author

frenck commented Apr 27, 2023

Thanks, @bdraco 👍

@frenck frenck merged commit cdbffee into dev Apr 27, 2023
@frenck frenck deleted the frenck-2023-0741 branch April 27, 2023 20:39
@github-actions github-actions bot locked and limited conversation to collaborators Apr 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants