Skip to content

Commit 6bd736a

Browse files
author
Jenkins User
committed
PATCH: Bumped up PythonConnector PATCH version from 3.17.2 to 3.17.3
@noreview - This is an automated process. No review is required
1 parent a6450a5 commit 6bd736a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
# Release Notes
1010
- v3.17.3(TBD)
1111
- Enhanced configuration file permission warning messages.
12+
13+
- v3.17.3(September 05,2025)
14+
15+
-N/A
16+
1217
- Improved warning messages for readable permission issues to include clear instructions on how to skip warnings using the `SF_SKIP_WARNING_FOR_READ_PERMISSIONS_ON_CONFIG_FILE` environment variable.
1318
- Fixed the bug with staging pandas dataframes on AWS - the regional endpoint is used when required
1419
- This addresses the issue with `create_dataframe` call on Snowpark

src/snowflake/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Update this for the versions
22
# Don't change the forth version number from None
3-
VERSION = (3, 17, 2, None)
3+
VERSION = (3, 17, 3, None)

0 commit comments

Comments
 (0)