Snowflake Python APIs release notes for 2026

This article contains the release notes for the Snowflake Python APIs, including the following when applicable:

  • Behavior changes

  • New features

  • Customer-facing bug fixes

See Snowflake Python APIs: Managing Snowflake objects with Python for documentation.

Version 1.11.0 (January 21, 2026)

New features and updates

  • The DAGTask object type now accepts custom objects with a to_sql() method as task definitions.

  • The UserDefinedFunction object type now supports executing scalar UDFs using the execute method.

Bug fixes

  • Creating, fetching, and listing stored procedures that use a staged handler (where the body property is empty) no longer raises a ValidationError.

  • Pydantic deprecation warnings related to class-based config and the update_forward_refs, parse_obj, and _iter methods no longer occur.