From ce31e5d9cf16e119ae3a67f7d90251c05ba8af79 Mon Sep 17 00:00:00 2001 From: smg-ca <159431080+smg-ca@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:32:42 +0100 Subject: [PATCH] Update requirements.txt - add missing typing-extensions --- usr/lib/python3/dist-packages/linuxmusterApi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/python3/dist-packages/linuxmusterApi/requirements.txt b/usr/lib/python3/dist-packages/linuxmusterApi/requirements.txt index c48be81..ea88a5c 100644 --- a/usr/lib/python3/dist-packages/linuxmusterApi/requirements.txt +++ b/usr/lib/python3/dist-packages/linuxmusterApi/requirements.txt @@ -3,6 +3,6 @@ fastapi pyOpenSSL python-ldap pyyaml +typing-extensions uvicorn websockets>=11.0.3 -