Sfoglia il codice sorgente

web: upgrade uvicorn to 0.40.0

Shiv Tyagi 1 mese fa
parent
commit
c54c5f1f81
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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