Skip to content

Commit 88456d8

Browse files
PATCH: Bumped up PythonConnector PATCH version from 4.1.0 to 4.1.1 (#2663)
Co-authored-by: Jenkins User <900904>
1 parent 765bba6 commit 88456d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ https://docs.snowflake.com/
77
Source code is also available at: https://github.com/snowflakedb/snowflake-connector-python
88

99
# Release Notes
10-
- v4.1.0(November 18,2025)
10+
- v4.1.1(November 20,2025)
1111
- Added the `SNOWFLAKE_AUTH_FORCE_SERVER` environment variable to force the use of the local-listening server when using the `externalbrowser` auth method.
1212
- This allows headless environments (like Docker or Airflow) running locally to auth via a browser URL.
1313
- Fix compilation error when building from sources with libc++.

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 = (4, 1, 0, None)
3+
VERSION = (4, 1, 1, None)

0 commit comments

Comments
 (0)