dataclasses-json==0.5.7
fastapi>=0.114
httpx-ws>=0.6.0
httpx>=0.27.0
loguru>=0.7.2
python-json-logger>=2.0.2
tenacity>=8.1.0
 # To avoid divergence, this should follow the latest release. However, this is blocked by us
 # supporting still py3.8 trusses and newer truss-package releases requiring >=3.9.
 # A possible solution is to run the control server with a newer python verion even if the truss
 # server needs 3.8.
truss==0.9.50
uvicorn>=0.24.0
uvloop>=0.19.0
websockets>=10.0
