File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99# Release Notes
1010- v4.2.0(TBD)
1111 - Added support for async I/O. Asynchronous version of connector is available via ` snowflake.connector.aio ` module.
12- - Introduced shared library for extended telemetry to identify and prepare testing platform for native rust extensions
12+ - Introduced shared library for extended telemetry to identify and prepare testing platform for native rust extensions.
1313- v4.1.1(TBD)
1414 - Relaxed pandas dependency requirements for Python below 3.12.
1515 - Changed CRL cache cleanup background task to daemon to avoid blocking main thread.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ build-verbosity = 1
1616[tool .cibuildwheel .linux ]
1717archs = [" x86_64" , " aarch64" ]
1818# Exclude pre-built minicore libraries from auditwheel repair
19- repair-wheel-command = " auditwheel repair -w {dest_dir} {wheel} --exclude libsf_mini_core.so "
19+ repair-wheel-command = " "
2020
2121[tool .cibuildwheel .macos ]
2222archs = [" x86_64" , " arm64" ]
You can’t perform that action at this time.
0 commit comments