We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0fb371 + e2b30bb commit 7ce30eeCopy full SHA for 7ce30ee
code/function/fastapp/core/config.py
@@ -1,6 +1,7 @@
1
import logging
2
3
-from pydantic import BaseSettings, Field
+from pydantic import Field
4
+from pydantic_settings import BaseSettings
5
6
7
class Settings(BaseSettings):
code/function/requirements.txt
@@ -4,7 +4,8 @@
# azure-identity~=1.13.0
azure-functions~=1.15.0
-fastapi~=0.98.0
+fastapi~=0.100.0
8
+pydantic-settings~=2.0.1
9
aiohttp~=3.8.4
10
opentelemetry-instrumentation-fastapi==0.39b0
11
azure-monitor-opentelemetry-exporter==1.0.0b14
code/infra/terraform.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
- version = "3.62.1"
+ version = "3.64.0"
}
azapi = {
source = "azure/azapi"
0 commit comments