Skip to content

users-package:v4.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Apr 15:52
9743440

v4.3.1 - 2026-02-11

What's Changed

Full Changelog: v4.3.0...v4.3.1

🐛 Bug Fixes

  • Timezone-aware datetime usage: Replaced all datetime.now() calls with datetime.now(timezone.utc) to ensure consistency with PostgreSQL's UTC-based NOW() function and prevent timestamp comparison issues across systems
    • Updated users/ratelimiter.py: 8 instances in rate limit calculations and timestamp comparisons
    • Updated users/users.py: Token expiration calculation
    • Updated users/storage.py: Docstring example
    • Updated tests/conftest.py: 20 test fixture timestamps
    • Updated tests/test_rate_limits.py: 3 test assertion timestamps