We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f14d54 + 981616d commit ff7adb5Copy full SHA for ff7adb5
code/function/requirements.txt
@@ -3,8 +3,8 @@
3
# Manually managing azure-functions-worker may cause unexpected issues
4
5
# azure-identity~=1.15.0
6
-azure-functions~=1.17.0
7
-fastapi~=0.108.0
+azure-functions~=1.18.0
+fastapi~=0.109.0
8
pydantic-settings~=2.1.0
9
httpx~=0.26.0
10
azure-monitor-opentelemetry-exporter==1.0.0b20
code/infra/terraform.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
- version = "3.86.0"
+ version = "3.87.0"
}
azapi = {
source = "azure/azapi"
0 commit comments