Files
basicmachines-co-basic-memory/src/basic_memory
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-25 22:32:05 -05:00
2025-06-19 19:59:17 -05:00
2025-06-03 01:00:40 -05:00