Skip to content

Bump snowflake-snowpark-python from 1.42.0 to 1.45.0 in /python-wrapper#293

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps snowflake-snowpark-python from 1.42.0 to 1.45.0.

Release notes

Sourced from snowflake-snowpark-python's releases.

Release

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
      • regexp_substr_all
      • rtrimmed_length
      • space
      • split_part
  • Added preserve_parameter_names flag to sproc, UDF, UDTF, and UDAF creation

Bug Fixes

  • Fixed a bug that opentelemetry is not correctly import when using Session.client_telemetry.enable_event_table_telemetry_collection.

Improvements

  • snowflake.snowpark.context.configure_development_features is effective for multiple sessions including newly created sessions after the configuration. No duplicate experimental warning any more.
  • Removed experimental warning from DataFrame.to_arrow and DataFrame.to_arrow_batches.
  • When both Session.reduce_describe_query_enabled and Session.cte_optimization_enabled are enabled, fewer DESCRIBE queries are issued when resolving table attributes.

Release

1.44.0 (2025-12-15)

Snowpark Python API Updates

New Features

  • Added support for targeted delete-insert via the overwrite_condition parameter in DataFrameWriter.save_as_table

Improvements

  • Improved DataFrameReader to return columns in deterministic order when using INFER_SCHEMA.

Dependency Updates

  • Added a dependency on protobuf<6.34 (was <6.32).

Release

1.43.0 (2025-12-03)

... (truncated)

Changelog

Sourced from snowflake-snowpark-python's changelog.

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
      • regexp_substr_all
      • rtrimmed_length
      • space
      • split_part
  • Added preserve_parameter_names flag to sproc, UDF, UDTF, and UDAF creation

Bug Fixes

  • Fixed a bug that opentelemetry is not correctly import when using Session.client_telemetry.enable_event_table_telemetry_collection.

Improvements

  • snowflake.snowpark.context.configure_development_features is effective for multiple sessions including newly created sessions after the configuration. No duplicate experimental warning any more.
  • Removed experimental warning from DataFrame.to_arrow and DataFrame.to_arrow_batches.
  • When both Session.reduce_describe_query_enabled and Session.cte_optimization_enabled are enabled, fewer DESCRIBE queries are issued when resolving table attributes.

1.44.0 (2025-12-15)

Snowpark Python API Updates

New Features

  • Added support for targeted delete-insert via the overwrite_condition parameter in DataFrameWriter.save_as_table

Improvements

  • Improved DataFrameReader to return columns in deterministic order when using INFER_SCHEMA.

Dependency Updates

  • Added a dependency on protobuf<6.34 (was <6.32).

1.43.0 (2025-12-03)

Snowpark Python API Updates

... (truncated)

Commits
  • 3f43978 update date
  • 8838419 update 1.45.0 changelog
  • c6261a9 NO-SNOW: fix flaky tests (#4061)
  • c4a8b9e NO-SNOW: fix sproc/udxf integration test naming (#4059)
  • 6b276fe NO-SNOW: Suppress snyk warning for python-connector version (#4060)
  • 44dfcaf Prepare release v1.45.0
  • 304d93b SNOW-2341888: preserve parameter names of user created functions (sprocs, UDF...
  • e0d2c65 NO-SNOW: Fix test_large_series_items and regr_syy (#4053)
  • 712afe9 SNOW-2430412: attributes copied for selectable and create deterministic CTE n...
  • 9b754d9 NO-SNOW: fix test failure due to string size BCR (#4050)
  • 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)

Bumps [snowflake-snowpark-python](https://github.com/snowflakedb/snowpark-python) from 1.42.0 to 1.45.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.45.0)

---
updated-dependencies:
- dependency-name: snowflake-snowpark-python
  dependency-version: 1.45.0
  dependency-type: direct:development
  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 Mar 2, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2026

Superseded by #295.

@dependabot dependabot bot closed this Mar 9, 2026
@dependabot dependabot bot deleted the dependabot/pip/python-wrapper/snowflake-snowpark-python-1.45.0 branch March 9, 2026 16:23
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