Skip to content

Commit

Permalink
Migrate to pydantic_settings package for BaseSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed Jul 28, 2023
1 parent 5a1d752 commit 9dd70f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lumina/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pydantic import BaseSettings
from pydantic_settings import BaseSettings


class Settings(BaseSettings):
Expand Down

0 comments on commit 9dd70f8

Please sign in to comment.