Skip to content

Commit 40e145f

Browse files
SNOW-2267257 move delvewheel patch to snowflake.connector (#2481)
1 parent 5467fa8 commit 40e145f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
# Release Notes
1010
- v3.17.1(TBD)
1111
- Added `infer_schema` parameter to `write_pandas` to perform schema inference on the passed data.
12+
- Namespace `snowlake` reverted back to non-module.
1213

1314
- v3.17.0(August 16,2025)
1415
- Added in-band HTTP exception telemetry.

ci/build_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ py -%pv% -m build --outdir dist\rawwheel --wheel .
4343
if %errorlevel% neq 0 goto :error
4444

4545
:: patch the wheel by including its dependencies
46-
py -%pv% -m delvewheel repair -vv -w dist dist\rawwheel\*
46+
py -%pv% -m delvewheel repair -vv -w dist --namespace-pkg snowflake dist\rawwheel\*
4747
if %errorlevel% neq 0 goto :error
4848

4949
rd /s /q dist\rawwheel

0 commit comments

Comments
 (0)