You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,10 @@ https://docs.snowflake.com/
7
7
Source code is also available at: https://github.com/snowflakedb/snowflake-connector-python
8
8
9
9
# Release Notes
10
-
- v4.1.1(November 20,2025)
10
+
- v4.1.1(TBD)
11
+
- Relaxed pandas dependency requirements for Python below 3.12.
12
+
- Changed CRL cache cleanup background task to daemon to avoid blocking main thread.
13
+
- v4.1.0(November 18,2025)
11
14
- Added the `SNOWFLAKE_AUTH_FORCE_SERVER` environment variable to force the use of the local-listening server when using the `externalbrowser` auth method.
12
15
- This allows headless environments (like Docker or Airflow) running locally to auth via a browser URL.
13
16
- Fix compilation error when building from sources with libc++.
0 commit comments