From 13cbebf9d10a4668289521547ca96058bead51a7 Mon Sep 17 00:00:00 2001 From: Ovidiu Platon Date: Thu, 24 Oct 2024 08:41:47 -0700 Subject: [PATCH] Update CHANGELOG.md with details of the new dependencies --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce7fee72f4..4c3ae600a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,11 @@ - Fixed a bug where the automatic cleanup of temporary tables could interfere with the results of async query execution. - Fixed a bug in `DataFrame.analytics.time_series_agg` function to handle multiple data points in same sliding interval. +#### Dependency Updates + +- Added a dependency on `protobuf>=5.28` and `tzlocal` at runtime. +- Added a dependency on `protoc-wheel-0` for the development profile. + ### Snowpark pandas API Updates #### New Features