From 84922d1ff0f3aae39ecd998b2b94469ce9989c08 Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Thu, 26 Jun 2025 10:21:34 +0530 Subject: [PATCH] mgr/dashboard: unpin grpcio deps Fixes: https://tracker.ceph.com/issues/70411 Signed-off-by: Nizamudeen A --- src/pybind/mgr/dashboard/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/requirements.txt b/src/pybind/mgr/dashboard/requirements.txt index 2c330b8365dc2..36804e53cbaf9 100644 --- a/src/pybind/mgr/dashboard/requirements.txt +++ b/src/pybind/mgr/dashboard/requirements.txt @@ -11,7 +11,7 @@ pyyaml natsort setuptools jsonpatch -grpcio==1.46.5 -grpcio-tools==1.46.5 +grpcio +grpcio-tools jmespath xmltodict -- 2.39.5