You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
To Reproduce
Steps to reproduce the behavior:
Go to aind-bucket-indexer.py file
Notice warning
Expected behavior
We should update this to avoid issues in the future
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
This warning shows up:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
We should update this to avoid issues in the future
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: