Changelog¶
Unreleased¶
There are no changes yet
1.2.2 (28.06.2026)¶
Fixed a bug when using
pydantic.Field(discriminator="type")
1.2.1 (27.06.2026)¶
Add file py.typed
1.2.0 (25.06.2026)¶
Update dependencies
Added an Enum with name validation #11
pydantic_extra.enums
1.1.0 (22.06.2026)¶
New features¶
New method
pydantic_extra.db.DB.setup_engine(). It sets up a specific instancesqlalchemy.Engine.Added support for alternative libraries for
MySQLAdded support for asynchronous database usage #1
New dependency groups db_full, adb_full”, `full
Outdated functions¶
Method
pydantic_extra.db.DB.setup()is deprecated and will be removed in version 2.0. Usepydantic_extra.db.DB.setup_engine().Removed support for python 3.8, 3.9
Other¶
Updating dependencies
Improved type hints
Added tests
Added documentation
1.0.2 (27.05.2026)¶
update dependencies
1.0.0 (28.12.2024)¶
The first release