Skip to content

Commit

Permalink
py-func: upgrade packages and function-host runtime (#3148)
Browse files Browse the repository at this point in the history
* update runtime version

* update incompatible packages
  • Loading branch information
weikanglim authored Dec 20, 2023
1 parent ad35a54 commit 7e15fef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/todo/api/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 7e15fef

Please sign in to comment.