v2.13.1
📦 pydantic-settingsView on GitHub →
🐛 5 fixes🔧 1 symbols
Summary
Version 2.13.1 is a patch release focused on fixing several regressions and bugs related to boolean fields, CLI parsing, recursion errors, and JSON decoding.
🐛 Bug Fixes
- Fixed regression for bool fields introduced since version 2.13.0.
- Fixed RecursionError when using self-referential models in CliApp.
- Fixed CLI parsing error for set field types introduced since version 2.13.0.
- Fixed AttributeError when handling nested environment variables for dict fields.
- Fixed JSON decoding issue for parameterized PEP 695 type aliases.