Skip to content

Commit a67cc2b

Browse files
author
Jenkins User
committed
MINOR: Bumped up PythonConnector MINOR version from 4.0.0 to 4.1.0
@noreview - This is an automated process. No review is required
1 parent 1680c6c commit a67cc2b

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
- v4.1.0(TBD)
1111
- Added the `SNOWFLAKE_AUTH_FORCE_SERVER` environment variable to force the use of the local-listening server when using the `externalbrowser` auth method.
12+
13+
- v4.1.0(November 20,2025)
14+
15+
-N/A
16+
1217
- This allows headless environments (like Docker or Airflow) running locally to auth via a browser URL.
1318
- Fix compilation error when building from sources with libc++.
1419
- Pin lower versions of dependencies to oldest version without vulnerabilities.

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

0 commit comments

Comments
 (0)