trustgraph/trustgraph-base
Trevin Chow ef8bb3aed4
fix: replace deprecated datetime.utcnow() with timezone-aware datetime.now(timezone.utc) (#816)
Python 3.14 deprecates datetime.utcnow(). Replace all 9 occurrences with
datetime.now(timezone.utc) and normalize the output to preserve the existing
ISO-8601 "Z"-suffixed format so downstream parsers are unaffected.

Fixes #814
2026-04-16 10:16:11 +01:00
..
trustgraph fix: replace deprecated datetime.utcnow() with timezone-aware datetime.now(timezone.utc) (#816) 2026-04-16 10:16:11 +01:00
pyproject.toml Add missing PyYAML package (#811) 2026-04-15 15:37:46 +01:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00