v2.14.1
📦 pydantic-settingsView on GitHub →
🐛 1 fixes
Summary
Version 2.14.1 primarily addresses a bug related to field naming conflicts and includes several dependency updates. The main fix resolves an issue where a field named `cls` conflicted with classmethod parameters.
🐛 Bug Fixes
- Fixed a bug where a field named `cls` conflicted with the classmethod parameter.