Skip to content

Bump snowflake-snowpark-python from 1.26.0 to 1.35.0 in /python-wrapper #203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps snowflake-snowpark-python from 1.26.0 to 1.35.0.

Release notes

Sourced from snowflake-snowpark-python's releases.

Release

1.35.0 (2025-07-24)

Snowpark Python API Updates

New Features

  • Added support for the following functions in functions.py:
    • ai_embed
    • try_parse_json

Bug Fixes

  • Fixed a bug in DataFrameReader.dbapi (PrPr) that dbapi fail in python stored procedure with process exit with code 1.
  • Fixed a bug in DataFrameReader.dbapi (PrPr) that custom_schema accept illegal schema.
  • Fixed a bug in DataFrameReader.dbapi (PrPr) that custom_schema does not work when connecting to Postgres and Mysql.
  • Fixed a bug in schema inference that would cause it to fail for external stages.

Improvements

  • Improved query parameter in DataFrameReader.dbapi (PrPr) so that parentheses are not needed around the query.
  • Improved error experience in DataFrameReader.dbapi (PrPr) when exception happen during inferring schema of target data source.

Snowpark Local Testing Updates

New Features

  • Added local testing support for reading files with SnowflakeFile using local file paths, the Snow URL semantic (snow://...), local testing framework stages, and Snowflake stages (@​stage/file_path).

Snowpark pandas API Updates

New Features

  • Added support for DataFrame.boxplot.

Improvements

  • Reduced the number of UDFs/UDTFs created by repeated calls to apply or map with the same arguments on Snowpark pandas objects.

Bug Fixes

  • Added an upper bound to the row estimation when the cartesian product from an align or join results in a very large number. This mitigates a performance regression.
  • Fix a pd.read_excel bug when reading files inside stage inner directory.

Release

1.34.0 (2025-07-15)

Snowpark Python API Updates

... (truncated)

Changelog

Sourced from snowflake-snowpark-python's changelog.

1.35.0 (2025-07-24)

Snowpark Python API Updates

New Features

  • Added support for the following functions in functions.py:
    • ai_embed
    • try_parse_json

Bug Fixes

  • Fixed a bug in DataFrameReader.dbapi (PrPr) that dbapi fail in python stored procedure with process exit with code 1.
  • Fixed a bug in DataFrameReader.dbapi (PrPr) that custom_schema accept illegal schema.
  • Fixed a bug in DataFrameReader.dbapi (PrPr) that custom_schema does not work when connecting to Postgres and Mysql.
  • Fixed a bug in schema inference that would cause it to fail for external stages.

Improvements

  • Improved query parameter in DataFrameReader.dbapi (PrPr) so that parentheses are not needed around the query.
  • Improved error experience in DataFrameReader.dbapi (PrPr) when exception happen during inferring schema of target data source.

Snowpark Local Testing Updates

New Features

  • Added local testing support for reading files with SnowflakeFile using local file paths, the Snow URL semantic (snow://...), local testing framework stages, and Snowflake stages (@​stage/file_path).

Snowpark pandas API Updates

New Features

  • Added support for DataFrame.boxplot.

Improvements

  • Reduced the number of UDFs/UDTFs created by repeated calls to apply or map with the same arguments on Snowpark pandas objects.
  • Added an example for reading a file from a stage in the docstring for pd.read_excel.

Bug Fixes

  • Added an upper bound to the row estimation when the cartesian product from an align or join results in a very large number. This mitigates a performance regression.
  • Fix a pd.read_excel bug when reading files inside stage inner directory.

1.34.0 (2025-07-15)

Snowpark Python API Updates

New Features

... (truncated)

Commits
  • 58198d5 Adjust changelog
  • 08fde97 NO SNOW: skip udtf test of data source in py313 (#3586)
  • d23e0e8 Prepare 1.35 release (#3582)
  • 910f80e SNOW-2221567: Fix pd.read_excel bug when reading files inside stage inner dir...
  • 2e42e72 SNOW-2042703 - Upper bound for row estimates when resulting from a cartesian ...
  • 6da287e SNOW-2185699: Support filtering after grouping by and aggregation (#3547)
  • 65e7d4e SNOW-2213418:align custom_schema behavior with pyspark (#3567)
  • 36f9596 [SNOW-2111917]: Add real stage tests for SnowflakeFile (#3533)
  • cc2f7ce SNOW-2177305:do not close parquet buffer until all retry exhausted (#3575)
  • ed2e886 SNOW-2217451: Skip NumPy 2.x incompatible tests on Python 3.10+ (#3573)
  • 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.35.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.35.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 4, 2025
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