python3Packages.fastapi-mail: relax fastapi constraint

This commit is contained in:
Martin Weinelt
2022-06-06 11:46:30 -07:00
committed by Jonathan Ringer
parent 39e1366dec
commit ce67d25d41
@@ -33,6 +33,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'fastapi = "^0.75.0"' 'fastapi = "*"' \
--replace 'httpx = "^0.22.0"' 'httpx = "*"'
'';