peterschutt / sqladmin-litestar-plugin

Litestar plugin for the SQLAdmin library
MIT License
18 stars 0 forks source link

fix: copy scope before handing to starlette app #32

Closed peterschutt closed 3 months ago

peterschutt commented 3 months ago

Prevents any modification to the scope made by Starlette from being seen by Litestar components that have already taken a reference to the scope object.

Closes #12