python3Packages.fastapi-mail: relax fastapi constraint

This commit is contained in:
Martin Weinelt 2022-06-05 22:25:44 +02:00 committed by Jonathan Ringer
parent 39e1366dec
commit ce67d25d41
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -33,6 +33,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'fastapi = "^0.75.0"' 'fastapi = "*"' \
--replace 'httpx = "^0.22.0"' 'httpx = "*"'
'';