Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 2b93b4a

Browse files
authored
update alternatives (#100)
Also mentioned in #34.
1 parent 3b368c5 commit 2b93b4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ print(dict(album))
8888
There are plenty of other great validation libraries for Python out there,
8989
including [Marshmallow](https://github.com/marshmallow-code/marshmallow),
9090
[Schematics](https://github.com/schematics/schematics),
91-
[Voluptuous](https://github.com/alecthomas/voluptuous), and many others.
91+
[Voluptuous](https://github.com/alecthomas/voluptuous), [Pydantic](https://github.com/samuelcolvin/pydantic/) and many others.
9292

9393
TypeSystem exists because I want a data validation library that offers
9494
first-class support for:

0 commit comments

Comments
 (0)