Browse Source

web: upgrade uvicorn to 0.40.0

Shiv Tyagi 1 tháng trước cách đây
mục cha
commit
c54c5f1f81
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      web/requirements.txt

+ 1 - 1
web/requirements.txt

@@ -1,5 +1,5 @@
 fastapi==0.104.1
-uvicorn[standard]==0.24.0
+uvicorn==0.40.0
 pydantic==2.5.0
 redis==5.2.1
 requests==2.31.0