Skip to content

v0.1.30

Choose a tag to compare

@github-actions github-actions released this 23 Jun 17:31
f63bbdc

Summary

  • Add InstrumentedAttribute[Any] casts on all selectinload chains in utils/core/organizations.py per the SQLModel typing rule.
  • Introduce clear_all_rate_limiters() and a session-wide autouse fixture in tests/conftest.py that resets limiters before and after every test.
  • Remove duplicate module-local rate limiter reset fixtures from tests/test_htmx.py and tests/routers/core/test_account.py.

Closes #201

Test plan

  • uv run ty check .
  • uv run pytest tests

Made with Cursor