Skip to content

Bump snowflake-snowpark-python from 1.26.0 to 1.32.0 in /python-wrapper#166

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-wrapper/snowflake-snowpark-python-1.32.0
Closed

Bump snowflake-snowpark-python from 1.26.0 to 1.32.0 in /python-wrapper#166
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-wrapper/snowflake-snowpark-python-1.32.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps snowflake-snowpark-python from 1.26.0 to 1.32.0.

Release notes

Sourced from snowflake-snowpark-python's releases.

Release

1.32.0 (2025-05-15)

Snowpark Python API Updates

Improvements

  • Invoking snowflake system procedures does not invoke an additional describe procedure call to check the return type of the procedure.
  • Added support for Session.create_dataframe() with the stage URL and FILE data type.
  • Added support for different modes for dealing with corrupt XML records when reading an XML file using session.read.option('mode', <mode>), option('rowTag', <tag_name>).xml(<stage_file_path>). Currently PERMISSIVE, DROPMALFORMED and FAILFAST are supported.
  • Improved the error message of the XML reader when the specified row tag is not found in the file.
  • Improved query generation for Dataframe.drop to use SELECT * EXCLUDE () to exclude the dropped columns. To enable this feature, set session.conf.set("use_simplified_query_generation", True).
  • Added support for VariantType to StructType.from_json

Bug Fixes

  • Fixed a bug in DataFrameWriter.dbapi (PrPr) that unicode or double-quoted column name in external database causes error because not quoted correctly.
  • Fixed a bug where named fields in nested OBJECT data could cause errors when containing spaces.

Snowpark Local Testing Updates

Bug Fixes

  • Fixed a bug in snowflake.snowpark.functions.rank that would cause sort direction to not be respected.
  • Fixed a bug in snowflake.snowpark.functions.to_timestamp_* that would cause incorrect results on filtered data.

Snowpark pandas API Updates

New Features

  • Added support for dict values in Series.str.get, Series.str.slice, and Series.str.__getitem__ (Series.str[...]).
  • Added support for DataFrame.to_html.
  • Added support for DataFrame.to_string and Series.to_string.
  • Added support for reading files from S3 buckets using pd.read_csv.

Improvements

  • Make iceberg_config a required parameter for DataFrame.to_iceberg and Series.to_iceberg.

Release

1.31.1 (2025-05-05)

Snowpark Python API Updates

Bug Fixes

  • Updated conda build configuration to deprecate Python 3.8 support, preventing installation in incompatible environments.

Release

1.31.0 (2024-04-24)

... (truncated)

Changelog

Sourced from snowflake-snowpark-python's changelog.

1.32.0 (2025-05-15)

Snowpark Python API Updates

Improvements

  • Invoking snowflake system procedures does not invoke an additional describe procedure call to check the return type of the procedure.
  • Added support for Session.create_dataframe() with the stage URL and FILE data type.
  • Added support for different modes for dealing with corrupt XML records when reading an XML file using session.read.option('mode', <mode>), option('rowTag', <tag_name>).xml(<stage_file_path>). Currently PERMISSIVE, DROPMALFORMED and FAILFAST are supported.
  • Improved the error message of the XML reader when the specified row tag is not found in the file.
  • Improved query generation for Dataframe.drop to use SELECT * EXCLUDE () to exclude the dropped columns. To enable this feature, set session.conf.set("use_simplified_query_generation", True).
  • Added support for VariantType to StructType.from_json

Bug Fixes

  • Fixed a bug in DataFrameWriter.dbapi (PrPr) that unicode or double-quoted column name in external database causes error because not quoted correctly.
  • Fixed a bug where named fields in nested OBJECT data could cause errors when containing spaces.
  • Fixed a bug in DataFrameReader.dbapi (PrPr) where the create_connection defined as local function was incompatible with multiprocessing.

Snowpark Local Testing Updates

Bug Fixes

  • Fixed a bug in snowflake.snowpark.functions.rank that would cause sort direction to not be respected.
  • Fixed a bug in snowflake.snowpark.functions.to_timestamp_* that would cause incorrect results on filtered data.

Snowpark pandas API Updates

New Features

  • Added support for dict values in Series.str.get, Series.str.slice, and Series.str.__getitem__ (Series.str[...]).
  • Added support for DataFrame.to_html.
  • Added support for DataFrame.to_string and Series.to_string.
  • Added support for reading files from S3 buckets using pd.read_csv.

Improvements

  • Make iceberg_config a required parameter for DataFrame.to_iceberg and Series.to_iceberg.

1.31.1 (2025-05-05)

Snowpark Python API Updates

Bug Fixes

  • Updated conda build configuration to deprecate Python 3.8 support, preventing installation in incompatible environments.

1.31.0 (2025-04-24)

Snowpark Python API Updates

... (truncated)

Commits
  • b23cfde NO SNOW: add missed ast change (#3368)
  • 0f3e5f8 NO SNOW: release preparation for 1.32.0 (#3362)
  • 4b5feb9 SNOW-2098847: Do not use "scoped temporary" stage for XML reader in stored pr...
  • 1973988 SNOW-2090084: Add support for reading files from S3 buckets using pd.read_csv...
  • 6db7fea SNOW-2099398: fix test error caused by lob issue (#3353)
  • d160369 SNOW-2096443: Add support for Variant to StructType.from_json (#3352)
  • 9cfefe0 SNOW-2086682: Add telemetry for XML reader with row tag (#3355)
  • abf8680 SNOW-2044853: Fix XML reader test in stored proc (#3345)
  • 5445b42 SNOW-1620315, SNOW-1748326: Add support for DataFrame/Series.to_string (#3340)
  • e93727f SNOW-2096114: Improve the error message of XML reader when row tag is not fou...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [snowflake-snowpark-python](https://github.com/snowflakedb/snowpark-python) from 1.26.0 to 1.32.0.
- [Release notes](https://github.com/snowflakedb/snowpark-python/releases)
- [Changelog](https://github.com/snowflakedb/snowpark-python/blob/main/CHANGELOG.md)
- [Commits](snowflakedb/snowpark-python@v1.26.0...v1.32.0)

---
updated-dependencies:
- dependency-name: snowflake-snowpark-python
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 19, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2025

Superseded by #185.

@dependabot dependabot bot closed this Jun 23, 2025
@dependabot dependabot bot deleted the dependabot/pip/python-wrapper/snowflake-snowpark-python-1.32.0 branch June 23, 2025 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants