octue / octue-sdk-python

The python SDK for @Octue services and digital twins.
https://octue.com
Other
9 stars 4 forks source link

Update from deprecated `utcnow` method #652

Closed cortadocodes closed 2 months ago

cortadocodes commented 5 months ago

datetime.datetime.utcnow() is deprecated in python3.12. Let's update to use datetime.datetime.now(datetime.timezone.utc) which should work in lower versions of python too