Skip to content

Commit f48cb7b

Browse files
authored
allow arbitrary times in Settings (pydantic#229)
1 parent a0e0aa4 commit f48cb7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydantic/env_settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ class Config:
5858
env_prefix = 'APP_'
5959
validate_all = True
6060
ignore_extra = False
61+
arbitrary_types_allowed = True

0 commit comments

Comments
 (0)