Skip to content

Commit ff7adb5

Browse files
committed
Merge branch 'main' of https://github.com/PerfectThymeTech/AzureFunctionPython into marvinbuss/update_logging
2 parents 1f14d54 + 981616d commit ff7adb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

code/function/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Manually managing azure-functions-worker may cause unexpected issues
44

55
# azure-identity~=1.15.0
6-
azure-functions~=1.17.0
7-
fastapi~=0.108.0
6+
azure-functions~=1.18.0
7+
fastapi~=0.109.0
88
pydantic-settings~=2.1.0
99
httpx~=0.26.0
1010
azure-monitor-opentelemetry-exporter==1.0.0b20

code/infra/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
azurerm = {
66
source = "hashicorp/azurerm"
7-
version = "3.86.0"
7+
version = "3.87.0"
88
}
99
azapi = {
1010
source = "azure/azapi"

0 commit comments

Comments
 (0)