Noel

Results 1 comments of Noel

> [@TheChosenPerson](https://github.com/TheChosenPerson) > > this should do the trick (at least it did it for me). assuming you use gnu-sed:這應該能解決問題(至少對我有效)。假設你使用 gnu-sed: > > `sed -i '/^[[:space:]]*"h11==/d; /^[[:space:]]*h11==/d; s/^[[:space:]]*"fastapi==[^"]*"/"fastapi==0.124.4"/; s/^[[:space:]]*fastapi==.*/fastapi==0.124.4/' apps/backend/pyproject.toml...