v4.2.0
Changes
- Type annotations: Fixed type hints to use
type['Table']instead of'Table'for table class parameters in query builders - Enhanced
returning()methods:InsertBuilder,UpdateBuilder, andDeleteBuildernow accept both string column names andColumnobjects in theirreturning()methods for more flexible usage