Releases: makukha/pydantic-file-secrets
Releases · makukha/pydantic-file-secrets
v0.4.1
v0.4.0
0.3.0
What's Changed
New features
- Change usage from
FileSecretsSettingsSource(settings_cls)
toFileSecretsSettingsSource(file_secret_settings)
by @makukha in #18 - Add py.typed marker by @makukha in #18
- Extend
FileSecretsSettingsSource
to allow monkey patching of originalSecretsSettingsSource
by @makukha in #18 - Add Mypy to linters by @makukha in #18
Fixed bugs
- Strip secrets files content by @makukha in #16
- Fix ignored _secrets_dir arg of BaseSettings by @makukha in #17
- Fix typing bugs by @makukha in #18
Thanks
- @FichteFoll for bug reports and feedback
Full Changelog: 0.2.0...0.3.0