diff --git a/templates/todo/api/python/requirements.txt b/templates/todo/api/python/requirements.txt index 18f4041e4ac..1ca543ebf5a 100644 --- a/templates/todo/api/python/requirements.txt +++ b/templates/todo/api/python/requirements.txt @@ -6,5 +6,5 @@ python-dotenv == 0.20.* # https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/CHANGELOG.md#1130b4-2023-04-11 azure-identity == 1.13.0 azure-keyvault-secrets == 4.4.* -opentelemetry-instrumentation-fastapi == 0.30b1 -azure-monitor-opentelemetry-exporter == 1.0.0b5 +opentelemetry-instrumentation-fastapi == 0.42b0 +azure-monitor-opentelemetry-exporter == 1.0.0b19 diff --git a/templates/todo/common/infra/bicep/app/api-functions-python.bicep b/templates/todo/common/infra/bicep/app/api-functions-python.bicep index 575c954e1a8..89224b2f828 100644 --- a/templates/todo/common/infra/bicep/app/api-functions-python.bicep +++ b/templates/todo/common/infra/bicep/app/api-functions-python.bicep @@ -24,7 +24,7 @@ module api '../../../../../common/infra/bicep/core/host/functions.bicep' = { appServicePlanId: appServicePlanId keyVaultName: keyVaultName runtimeName: 'python' - runtimeVersion: '3.8' + runtimeVersion: '3.10' storageAccountName: storageAccountName } }