Files
basicmachines-co-basic-memory/tests/mcp
claude[bot] dc89ca13e5 fix: replace deprecated datetime.utcnow() with timezone-aware datetime.now(timezone.utc)
Addresses Python 3.13 deprecation warnings by updating all datetime.utcnow() usage:

- Replace datetime.utcnow() with datetime.now(timezone.utc) across 5 files
- Use lambda functions for SQLAlchemy model defaults to ensure proper evaluation timing  
- Add timezone imports where needed
- Enhance logging configuration with warning filters for user environment
- Preserve deprecation warnings for developers in dev/test environments

Fixes 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 12:48:20 +00:00
..
2025-06-03 23:12:59 -05:00
2025-06-05 13:07:20 -05:00
2025-06-05 13:07:20 -05:00