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.
1 parent de6374e commit ab463d5Copy full SHA for ab463d5
code/function/fastapp/core/config.py
@@ -1,6 +1,7 @@
1
import logging
2
3
-from pydantic import BaseSettings, Field
+from pydantic_settings import BaseSettings
4
+from pydantic import Field
5
6
7
class Settings(BaseSettings):
code/function/requirements.txt
@@ -5,6 +5,7 @@
# azure-identity~=1.13.0
azure-functions~=1.15.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
0 commit comments