Skip to content

Bump snowflake-snowpark-python from 1.42.0 to 1.47.0 in /python-wrapper#295

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

Bump snowflake-snowpark-python from 1.42.0 to 1.47.0 in /python-wrapper#295
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-wrapper/snowflake-snowpark-python-1.47.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps snowflake-snowpark-python from 1.42.0 to 1.47.0.

Release notes

Sourced from snowflake-snowpark-python's releases.

Release

1.47.0 (2026-03-05)

Snowpark Python API Updates

New Features

  • Added support for the array_union_agg function in the snowflake.snowpark.functions module.

Bug Fixes

  • Fixed a bug where Session.udf.register_from_file did not properly process the strict and secure parameters.
  • Fixed a bug when create dataframe with small data(< array binding threshold), and error is raised when have string value in a DecimalType column.

Release

1.46.0 (2026-02-23)

Snowpark Python API Updates

New Features

  • Added support for the DECFLOAT data type that allows users to represent decimal numbers exactly with 38 digits of precision and a dynamic base-10 exponent.
  • Added support for the DEFAULT_PYTHON_ARTIFACT_REPOSITORY parameter that allows users to configure the default artifact repository at the account, database, and schema level.

Bug Fixes

  • Fixed a bug where cloudpickle was not automatically added to the package list when using artifact_repository with custom packages, causing ModuleNotFoundError at runtime.
  • Fixed a bug when reading xml with custom schema, result include element attributes when column is not StructType type.
  • Fixed a bug where Session.udf.register_from_file did not properly process the strict and secure parameters.

Improvements

  • Reduced the size of queries generated by certain DataFrame.join operations.
  • Removed redundant aliases in generated queries (for example, SELECT "A" AS "A" is now always simplified to SELECT "A").

Snowpark pandas API Updates

New Features

Bug Fixes

Improvements

Release

1.45.0 (2026-02-02)

Snowpark Python API Updates

New Features

... (truncated)

Changelog

Sourced from snowflake-snowpark-python's changelog.

1.47.0 (2026-03-05)

Snowpark Python API Updates

New Features

  • Added support for the array_union_agg function in the snowflake.snowpark.functions module.

Bug Fixes

  • Fixed a bug where Session.udf.register_from_file did not properly process the strict and secure parameters.
  • Fixed a bug when create dataframe with small data(< array binding threshold), and error is raised when have string value in a DecimalType column.
  • Reverted the following improvements introduced in 1.46.0 as they caused unintended breaking changes in certain query patterns:
    • Reduced the size of queries generated by certain DataFrame.join operations.
    • Removed redundant aliases in generated queries (for example, SELECT "A" AS "A" is now always simplified to SELECT "A").

1.46.0 (2026-02-25)

Snowpark Python API Updates

New Features

  • Added support for the DECFLOAT data type that allows users to represent decimal numbers exactly with 38 digits of precision and a dynamic base-10 exponent.
  • Added support for the DEFAULT_PYTHON_ARTIFACT_REPOSITORY parameter that allows users to configure the default artifact repository at the account, database, and schema level.

Bug Fixes

  • Fixed a bug where cloudpickle was not automatically added to the package list when using artifact_repository with custom packages, causing ModuleNotFoundError at runtime.
  • Fixed a bug when reading xml with custom schema, result include element attributes when column is not StructType type.

Improvements

  • Reduced the size of queries generated by certain DataFrame.join operations.
  • Removed redundant aliases in generated queries (for example, SELECT "A" AS "A" is now always simplified to SELECT "A").

1.45.0 (2026-02-02)

Snowpark Python API Updates

New Features

  • Allow user input schema when reading XML file on stage.
  • Added support for the following functions in functions.py:
    • String and Binary functions:
      • hex_decode_string
      • jarowinkler_similarity
      • parse_url
      • regexp_instr
      • regexp_like
      • regexp_substr

... (truncated)

Commits
  • 2ce5ddb update release time
  • 8714b3c minor update on changelog
  • 7c29d0e Prepare release v1.47.0
  • b3bae89 NO-SNOW: Fix more test failures (#4097)
  • 60bb48d SNOW-3083544: Support PERMISSIVE mode for TRY_CAST (#4078)
  • 7723ac9 SNOW-3156942: Add support for the ARRAY_UNION_AGG function (#4089)
  • 5453991 NO-SNOW: Revert "SNOW-2895675: Skip aliases when source/destination column ar...
  • 7a9a5b0 NO SNOW: Merge back 1.46.0 (#4094)
  • 3c4e783 SNOW-3166637: allow string data for decimal type when < array binding thresho...
  • 99623bd SNOW-3052213: fix session package management (#4088)
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 9, 2026
@dependabot dependabot bot force-pushed the dependabot/pip/python-wrapper/snowflake-snowpark-python-1.47.0 branch from c3a3c6f to fd6ac83 Compare March 10, 2026 12:17
Bumps [snowflake-snowpark-python](https://github.com/snowflakedb/snowpark-python) from 1.42.0 to 1.47.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.42.0...v1.47.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/python-wrapper/snowflake-snowpark-python-1.47.0 branch from fd6ac83 to 039e9c9 Compare March 13, 2026 11:54
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