From 5eb5861e9af8b3cd7125ec084eb3940ca7778a30 Mon Sep 17 00:00:00 2001 From: Evan Morris Date: Fri, 4 Oct 2024 05:58:31 -0400 Subject: [PATCH] bumping transpiler and upgrading to uvicorn with uvloop --- PLATER/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLATER/requirements.txt b/PLATER/requirements.txt index 52f436a..73f03cd 100644 --- a/PLATER/requirements.txt +++ b/PLATER/requirements.txt @@ -2,8 +2,8 @@ fastapi==0.85.0 pyaml==20.4.0 pytest==8.3.3 pytest-asyncio==0.24.0 -uvicorn==0.24.0 -reasoner-transpiler==2.3.2 +uvicorn[standard]==0.31.0 +reasoner-transpiler==2.3.4 reasoner-pydantic==5.0.6 httpx==0.27.2 pytest-httpx==0.32.0