mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change(poetry): move fastapi to tiangolo/fastapi@2b10ca1
After two months, this finally got merged by somebody else. Still largely considering moving away from FastAPI in the long run, but this is better than relying on kevr's fork for starlette 0.17.1 compat. Other packages have also been upgraded and locked to versions. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
a6faf9bd2e
commit
bf371c447f
2 changed files with 201 additions and 211 deletions
|
@ -56,7 +56,7 @@ bcrypt = "^3.2.0"
|
|||
bleach = "^4.1.0"
|
||||
email-validator = "^1.1.3"
|
||||
fakeredis = "^1.6.1"
|
||||
fastapi = { git = "https://github.com/kevr/fastapi.git", branch = "upgrade-starlette-0.17.0" }
|
||||
fastapi = { git = "https://github.com/tiangolo/fastapi.git", rev = "2b10ca1cc47146b07b6598ac9473cbe8cac50cc0" }
|
||||
feedgen = "^0.9.0"
|
||||
httpx = "^0.20.0"
|
||||
itsdangerous = "^2.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue