python3Packages.fastapi-mail: relax http constraint

This commit is contained in:
Martin Weinelt
2022-06-06 11:46:25 -07:00
committed by Jonathan Ringer
parent 17da2b4c25
commit 731a3c93bb
@@ -31,6 +31,11 @@ buildPythonPackage rec {
hash = "sha256-PkA7qkdDUd7mrtvb6IbCzFRq6X0M3iKY+FKuNConJ5A=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'httpx = "^0.22.0"' 'httpx = "*"'
'';
nativeBuildInputs = [
poetry-core
];