python3Packages.fastapi-mail: relax fastapi constraint
This commit is contained in:
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 = "*"'
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user