Serpyco-rs

Latest version: v1.13.0

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

Scan your dependencies

Page 2 of 9

1.10.0

Updates

**Added Support for Literal[Enum.variant] in Tagged Unions**: In this release, we've introduced support for `Literal[Enum.variant]` as a discriminator in tagged unions. This enhancement provides more flexibility and precision in handling tagged unions.

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

1.9.1

Updates

**Omitting Modifiers in JSON Schema Names**: In this release, we've made a change to omit modifiers like `no_format`, `keep_nones`, etc., in JSON schema names. This is part of our ongoing effort to improve the clarity and readability of our JSON schemas.

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

1.9.0

Updates

**Added Support for typing.NewType**: We've introduced support for `typing.NewType` in serialization and deserialization. This allows users to create distinct types with a single value item, providing an extra layer of safety in type checking.

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

1.8.0

Updates

**Added Custom Type Support**: We've added the ability to handle custom types in serialization and deserialization. Users can now define their own types using the `CustomType` class and use the `custom_type_resolver` parameter to specify how these types should be handled.


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

1.7.1

Bug Fix

**Added Missing 'description' Field**: A missing 'description' field in the JSON schema for boolean fields has been added.

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

1.7.0

Updates:

**Added JsonSchemaBuilder**: We've introduced a new JsonSchemaBuilder feature, allowing users to customize the generated JSON schemas according to their specific requirements.

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

Page 2 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.