We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently aiohttp is pinned to strict by this project:
aiohttp
crownstone-lib-python-sse/requirements.txt
Line 1 in 581b890
Meaning this library isn't compatible with aiohttp 3.8.0, which causes a conflict/problem for the Home Assistant project.
Please relax the pinning 😄
The text was updated successfully, but these errors were encountered:
Ah, yes and split off the test dependencies, similar to https://github.com/crownstone/crownstone-lib-python-cloud
Sorry, something went wrong.
Fixed in version 2.0.3. (HA PR: home-assistant/core#60428)
No branches or pull requests
Currently
aiohttp
is pinned to strict by this project:crownstone-lib-python-sse/requirements.txt
Line 1 in 581b890
Meaning this library isn't compatible with
aiohttp
3.8.0, which causes a conflict/problem for the Home Assistant project.Please relax the pinning 😄
The text was updated successfully, but these errors were encountered: