**Added Support for MinLength/MaxLength for list/Sequence**: We've enhanced validation capabilities by introducing support for `MinLength` and `MaxLength` constraints for `list` and `Sequence` types. This allows for more robust data validation directly in your models.
**Added Support for Python 3.13**: In this release, we've introduced support for Python 3.13, ensuring compatibility with the latest Python version and taking advantage of its new features and performance improvements.