mirror of
https://github.com/langchain-ai/langsmith-sdk-christopher.git
synced 2026-07-21 00:05:23 -04:00
4846756b2e
as seen in the [official docs](https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow) datetime.datetime.utcnow() is being deprecated and the suggested function to use instead is datetime.datetime.now(datetime.UTC) (which also supports the .isoformat() function) --------- Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>