diff --git a/genotype_api/config.py b/genotype_api/config.py index d39a359..acdd0eb 100644 --- a/genotype_api/config.py +++ b/genotype_api/config.py @@ -1,6 +1,6 @@ from pathlib import Path -from pydantic import BaseSettings +from pydantic_settings import BaseSettings GENOTYPE_PACKAGE = Path(__file__).parent PACKAGE_ROOT: Path = GENOTYPE_PACKAGE.parent