home-assistant: relax httpx, yarl constraints
Checking runtime dependencies for homeassistant-2023.11.3-py3-none-any.whl - awesomeversion==23.8.0 not satisfied by version 23.11.0 - httpx==0.25.0 not satisfied by version 0.25.2 - pyopenssl==23.2.0 not satisfied by version 23.3.0 - voluptuous==0.13.1 not satisfied by version 0.14.0 - yarl==1.9.2 not satisifeid by version 1.9.3
This commit is contained in:
@@ -354,10 +354,15 @@ in python.pkgs.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"awesomeversion"
|
||||
"ciso8601"
|
||||
"cryptography"
|
||||
"httpx"
|
||||
"lru-dict"
|
||||
"orjson"
|
||||
"pyopenssl"
|
||||
"voluptuous"
|
||||
"yarl"
|
||||
];
|
||||
|
||||
# extract translations from pypi sdist
|
||||
|
||||
Reference in New Issue
Block a user