LonelyVikingMichael / litestar-users

Authentication and user management for the Litestar framework
https://lonelyvikingmichael.github.io/litestar-users/
MIT License
42 stars 12 forks source link

Fix: model primary key instance check #63

Closed LonelyVikingMichael closed 7 months ago

LonelyVikingMichael commented 7 months ago

This PR fixes a bug where application startup would fail if using UUID primary keys and not inheriting from the advanced_alchemy bases.