We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf4462 commit e9467afCopy full SHA for e9467af
pydantic_settings/main.py
@@ -335,7 +335,7 @@ def _settings_build_values(
335
336
secrets_dir = _secrets_dir if _secrets_dir is not None else self.model_config.get('secrets_dir')
337
338
- validate_each_source = _validate_each_source if _validate_each_source is not None else self.model_config.get("validate_each_source")
+ validate_each_source = _validate_each_source if _validate_each_source is not None else self.model_config.get('validate_each_source')
339
340
# Configure built-in sources
341
default_settings = DefaultSettingsSource(
0 commit comments