From 1e61c79cacae5e49b3295600813266a716b3a6e8 Mon Sep 17 00:00:00 2001 From: Mark Keller Date: Mon, 15 May 2023 11:27:33 -0700 Subject: [PATCH] adding changelog entry --- DESCRIPTION.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 17460ed63..8023f2bb8 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -16,6 +16,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne - Bumped vendored library requests to 2.29.0 - Fixed a bug when `_prefetch_hook()` was not called before yielding results of `execute_async()`. - Fixed a bug where some ResultMetadata fields were marked as required when they were optional. + - Bumped pandas dependency from <1.6.0,>=1.0.0 to >=1.0.0,<2.1.0 - v3.0.3(April 20, 2023) - Fixed a bug that prints error in logs for GET command on GCS.