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

aiohttp and requests pinned to strictly causing issues in Home Assistant upstream #362

Closed
frenck opened this issue Jan 12, 2023 · 0 comments · Fixed by #363
Closed

aiohttp and requests pinned to strictly causing issues in Home Assistant upstream #362

frenck opened this issue Jan 12, 2023 · 0 comments · Fixed by #363

Comments

@frenck
Copy link

frenck commented Jan 12, 2023

This library is pinning aiohttp and requests to strict:

dependencies = [
    "aiohttp==3.8.1",
    "python-dateutil>=2.8.1",
    "requests==2.28.1",
    "colorlog>=6.6.0",
]

PyISY/pyproject.toml

Lines 28 to 33 in 8d19796

dependencies = [
"aiohttp==3.8.1",
"python-dateutil>=2.8.1",
"requests==2.28.1",
"colorlog>=6.6.0",
]

The problem with that, is that any upstream project is not able to upgrade aiohttp or requests. Please adjust it to a range (or just a minimal version).

Context: Tried to upgrade requests to 2.8.2 @ Home Assistant, which caused a conflict.

../Frenck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant