diff --git a/pyproject.toml b/pyproject.toml index e1d65664..6f2e66b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ include = ['upnpavcontrol/web/static/**/*'] [tool.poetry.dependencies] python = ">=3.7,<3.11" async-upnp-client = "^0.33.0" -fastapi = "^0.92.0" +fastapi = "^0.111.0" websockets = "^10.2" defusedxml = "^0.7.1" uvicorn = "^0.20.0"