octue / octue-sdk-python

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

Update from deprecated `utcnow` method #652

Closed cortadocodes closed 4 months ago

cortadocodes commented 6 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