diff --git a/pyproject.toml b/pyproject.toml index e8bb780351b..c5ab0e5edce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ flower-simulation = "flwr.simulation.run_simulation:run_simulation_from_cli" python = "^3.8" # Mandatory dependencies numpy = "^1.21.0" -grpcio = "^1.60.0" +grpcio = "^1.60.0,!=1.64.2,!=1.65.0" protobuf = "^4.25.2" cryptography = "^42.0.4" pycryptodome = "^3.18.0"