Files
basicmachines-co-basic-memory/tests
claude[bot] e604455332 fix: replace deprecated datetime.utcnow() with timezone-aware alternatives
Replace all datetime.utcnow() calls with datetime.now(timezone.utc) to fix Python 3.13 deprecation warnings:

- Update SQLAlchemy model defaults in project.py with lambda functions
- Fix JWT token generation in auth providers
- Update test fixtures with timezone-aware datetime
- Add timezone imports where needed

Fixes Python 3.13 deprecation warnings that appeared when running commands like 'bm project add'.
Code is now ready for Python 3.15 when datetime.utcnow() will be removed.

Fixes #210

Co-authored-by: Drew Cain <groksrc@users.noreply.github.com>
2025-07-03 13:12:48 +00:00
..
2025-06-05 15:51:11 -05:00
2025-06-03 01:00:40 -05:00
2025-07-01 22:05:17 -05:00
2025-06-03 01:00:40 -05:00
2025-06-25 22:32:05 -05:00