Improvements
- Updated conventions documentation
- Cleanup code for linting errors
- Fixed docs UI
Refactors
- Updated test to set cookies directly on TestClient instance
- Removed unused pytest import from test_tutorial_52.py
- Updated boolean comparisons in test_verify_password to follow style guidelines
- Made auth tests async and await get_current_user calls
- Formatted headers list in test_auth.py for consistency
Maintenance
- Bumped version to 0.2.0
- Auto-update of pre-commit hooks
- Expanded CI/CD testing to support Python 3.9 through 3.12
- Updated package requirements to support Python >=3.9