From 034982b6b2be6d415ffc1c7b127d064d60d0ea33 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 (cherry picked from commit 84922d1ff0f3aae39ecd998b2b94469ce9989c08) Conflicts: src/pybind/mgr/dashboard/requirements.txt - only unpin the grpc --- 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 89c88c9f99c..7a4d12a83ba 100644 --- a/src/pybind/mgr/dashboard/requirements.txt +++ b/src/pybind/mgr/dashboard/requirements.txt @@ -11,6 +11,6 @@ pyyaml natsort setuptools jsonpatch -grpcio==1.46.5 -grpcio-tools==1.46.5 +grpcio +grpcio-tools xmltodict -- 2.39.5