fix: pydantic-settings import für v2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
"""API-Konfiguration."""
|
"""API-Konfiguration."""
|
||||||
|
|
||||||
from pydantic import BaseSettings
|
from pydantic_settings import BaseSettings
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user