Skip to content

Commit

Permalink
update settings and recipe to pyandtic_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cdreetz committed Jan 19, 2024
1 parent 62f2635 commit 41b8f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ice/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import defopt
import pandas as pd
from merge_args import merge_args
from pydantic import BaseSettings
from pydantic_settings import BaseSettings
from structlog.stdlib import get_logger
from typing_extensions import TypeGuard

Expand Down
2 changes: 1 addition & 1 deletion ice/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Optional
from typing import TYPE_CHECKING

from pydantic import BaseSettings
from pydantic_settings import BaseSettings
from structlog import get_logger

from .logging import log_lock
Expand Down

0 comments on commit 41b8f0a

Please sign in to comment.