diff --git a/src/python/GatekeeperIntegrationAPI/requirements.txt b/src/python/GatekeeperIntegrationAPI/requirements.txt index 17f19c6de5..5c551b5a2d 100644 --- a/src/python/GatekeeperIntegrationAPI/requirements.txt +++ b/src/python/GatekeeperIntegrationAPI/requirements.txt @@ -3,6 +3,7 @@ azure-identity==1.16.0 azure-keyvault-secrets==4.7.0 azure-monitor-opentelemetry==1.2.0 fastapi==0.110.1 +numpy==1.26.4 presidio-analyzer==2.2.351 presidio-anonymizer==2.2.351 pylint==3.0.2 diff --git a/src/python/IntegrationSDK/requirements.txt b/src/python/IntegrationSDK/requirements.txt index f2317d8636..c45685e4dc 100644 --- a/src/python/IntegrationSDK/requirements.txt +++ b/src/python/IntegrationSDK/requirements.txt @@ -1,6 +1,7 @@ azure-appconfiguration-provider==1.0.0 azure-identity==1.16.0 azure-keyvault-secrets==4.7.0 +numpy==1.26.4 pydantic==2.5.2 presidio-analyzer==2.2.351 presidio-anonymizer==2.2.351