deprecation: datetime.utcnow #7

Open
opened 2025-06-04 17:04:29 -06:00 by mfenniak · 1 comment
Owner
  /nix/store/gi25l182vxcs6c89wlpsci61jb36xi23-python3-3.12.10-env/lib/python3.12/site-packages/botocore/auth.py:425: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    datetime_now = datetime.datetime.utcnow()
``` /nix/store/gi25l182vxcs6c89wlpsci61jb36xi23-python3-3.12.10-env/lib/python3.12/site-packages/botocore/auth.py:425: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC). datetime_now = datetime.datetime.utcnow() ```
Author
Owner

Not in dynamodb_fdw, but rather in boto: https://github.com/boto/boto3/issues/3889

Not in dynamodb_fdw, but rather in boto: https://github.com/boto/boto3/issues/3889
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mfenniak/dynamodb_fdw#7
No description provided.