Skip to content

Commit

Permalink
update pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrOertlin committed Mar 14, 2024
1 parent 4c6a9e7 commit 945c40f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions genotype_api/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +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
ENV_FILE: Path = PACKAGE_ROOT / ".env"
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ httptools
numpy
openpyxl
passlib
pydantic==1.10.14
pydantic==2.6.4
pydantic-settings
pymysql
python-dotenv
python-jose[cryptography]
Expand Down

0 comments on commit 945c40f

Please sign in to comment.