File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ py -%pv% -m build --outdir dist\rawwheel --wheel .
4343if %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\*
4747if %errorlevel% neq 0 goto :error
4848
4949rd /s /q dist\rawwheel
You can’t perform that action at this time.
0 commit comments