jonra1993 / fastapi-alembic-sqlmodel-async

This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.
MIT License
880 stars 143 forks source link

IUserUpdate should have id of UUID #15

Closed bazylhorsey closed 1 year ago

bazylhorsey commented 1 year ago

https://github.com/jonra1993/fastapi-alembic-sqlmodel-async/blob/a11c40077ec0bad51508974704d3343d187557a1/fastapi-alembic-sqlmodel-async/app/schemas/user_schema.py : 37

jonra1993 commented 1 year ago

Hello @bazylhorsey thanks for report this I have solve it in this commit https://github.com/jonra1993/fastapi-alembic-sqlmodel-async/commit/0398985731a819e18c49ee9f640f127f805cf531