diff --git a/setup.py b/setup.py
index 702dc50168b98c96998e1746127adc405eff2292..742fe44ffba1d95b3319c42ff8cd314af7ffe1bf 100644
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,7 @@ setup(
         "msgraph-sdk==1.2.0",
         "ping3==4.0.8",
         "unidecode==1.3.8",
+        "microsoft-kiota-abstractions==1.9.0",
     ],
     include_package_data=True,
 )