Serpyco-rs

Latest version: v1.13.0

Safety actively analyzes 707299 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

1.13.0

Updates

Performance Boost: Faster Enum Serialization
We've significantly improved the performance of `dump` for enums, achieving a speedup of over 50%.

Dependency Updates
- **pyo3**: Updated to the latest version (`0.23.4`).
- **uuid**: Updated to the latest version (`1.12.0`).

**Full Changelog**: https://github.com/ermakov-oleg/serpyco-rs/compare/v1.12.0...v1.13.0

1.12.0

Updates

**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.

**Updated pyo3**: Updated to the latest version.

**Full Changelog**: https://github.com/ermakov-oleg/serpyco-rs/compare/v1.11.0...v1.12.0

1.11.0

Updates

**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.

**Full Changelog**: https://github.com/ermakov-oleg/serpyco-rs/compare/v1.10.2...v1.11.0

1.10.3

Updates

**Fixed Support for ForwardRef in Python 3.12.4**: In this release, we've addressed an issue with the handling of `ForwardRef` in Python 3.12.4.

**Full Changelog**: https://github.com/ermakov-oleg/serpyco-rs/compare/v1.10.1...v1.10.2

1.10.2

1.10.1

Updates

**Fixed JSON Schema for Literal[Enum.variant]**: We've made a fix in this release to correct the JSON schema generation for `Literal[Enum.variant]`.

**Full Changelog**: https://github.com/ermakov-oleg/serpyco-rs/compare/v1.10.0...v1.10.1

Page 1 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.