mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
allow arbitrary times in Settings (#229)
This commit is contained in:
@@ -58,3 +58,4 @@ class BaseSettings(BaseModel):
|
||||
env_prefix = 'APP_'
|
||||
validate_all = True
|
||||
ignore_extra = False
|
||||
arbitrary_types_allowed = True
|
||||
|
||||
Reference in New Issue
Block a user