v0.1.30
Summary
- Add
InstrumentedAttribute[Any]casts on allselectinloadchains inutils/core/organizations.pyper the SQLModel typing rule. - Introduce
clear_all_rate_limiters()and a session-wide autouse fixture intests/conftest.pythat resets limiters before and after every test. - Remove duplicate module-local rate limiter reset fixtures from
tests/test_htmx.pyandtests/routers/core/test_account.py.
Closes #201
Test plan
-
uv run ty check . -
uv run pytest tests
Made with Cursor