You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ Allow setting unique in Field() for a column. PR #83 by @raphaelgibson.
✨ Update GUID handling to use stdlib UUID.hex instead of an int. PR #26 by @andrewbolster.
✨ Raise an exception when using a Pydantic field type with no matching SQLAlchemy type. PR #18 by @elben10.
⬆ Upgrade constrain for SQLAlchemy = ">=1.4.17,<=1.4.41". PR #371 by @RobertRosca.
✨ Add new Session.get() parameter execution_options. PR #302 by @tiangolo.
Fixes
🐛 Fix type annotations for Model.parse_obj(), and Model.validate(). PR #321 by @phi-friday.
🐛 Fix Select and SelectOfScalar to inherit cache to avoid warning: SAWarning: Class SelectOfScalar will not make use of SQL compilation caching. PR #234 by @rabinadk1.
🐛 Fix handling validators for non-default values. PR #253 by @byrman.
🐛 Fix fields marked as "set" in models. PR #117 by @statt8900.