Skip to content

Commit

Permalink
BaseSettings import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee authored May 19, 2024
1 parent ae57e43 commit 9427ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ install_requires =
httpie
pandas
pydantic
pydantic-settings
pyserial>=3.4
python-dotenv
typer[all]
Expand Down
3 changes: 2 additions & 1 deletion src/aag/settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from pydantic import BaseSettings, BaseModel
from pydantic_settings import BaseSettings
from pydantic import BaseModel
from enum import StrEnum


Expand Down

0 comments on commit 9427ac4

Please sign in to comment.