Skip to content

deps(deps): bump snowflake-connector-python from 3.14.0 to 3.18.0 - #426

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/snowflake-connector-python-3.18.0
Closed

deps(deps): bump snowflake-connector-python from 3.14.0 to 3.18.0#426
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/snowflake-connector-python-3.18.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 7, 2025

Copy link
Copy Markdown
Contributor

Bumps snowflake-connector-python from 3.14.0 to 3.18.0.

Release notes

Sourced from snowflake-connector-python's releases.

3.18.0

  • v3.18.0(October 03,2025)
    • Added support for pandas conversion for Day-time and Year-Month Interval types

3.17.4

  • v3.17.4(September 22,2025)
    • Added support for intermediate certificates as roots when they are stored in the trust store
    • Bumped up vendored urllib3 to 2.5.0 and requests to v2.32.5

3.17.3

  • v3.17.3(September 02,2025)
    • Enhanced configuration file permission warning messages.
      • Improved warning messages for readable permission issues to include clear instructions on how to skip warnings using the SF_SKIP_WARNING_FOR_READ_PERMISSIONS_ON_CONFIG_FILE environment variable.
    • Fixed the bug with staging pandas dataframes on AWS - the regional endpoint is used when required
      • This addresses the issue with create_dataframe call on Snowpark

3.17.2

  • v3.17.2(August 23,2025)
    • Fixed a bug where platform_detection was retrying failed requests with warnings to non-existent endpoints.
    • Added disabling endpoint-based platform detection by setting platform_detection_timeout_seconds to zero.

3.17.1

  • v3.17.1(August 17,2025)
    • Added infer_schema parameter to write_pandas to perform schema inference on the passed data.
    • Namespace snowlake reverted back to non-module.

3.17.0

  • v3.17.0(August 16,2025)
    • Added in-band HTTP exception telemetry.
    • Added an unsafe_skip_file_permissions_check flag to skip file permission checks on the cache and configuration.
    • Added APPLICATION_PATH within CLIENT_ENVIRONMENT to distinguish between multiple scripts using the Python Connector in the same environment.
    • Added basic JSON support for Interval types.
    • Added in-band OCSP exception telemetry.
    • Added support for new authentication methods with Workload Identity Federation (WIF).
      • Added the WORKLOAD_IDENTITY value for the authenticator type.
      • Added the workload_identity_provider and workload_identity_entra_resource parameters.
    • Added support for the use_vectorized_scanner parameter in the write_pandas function.
    • Added support of proxy setup using connection parameters without emitting environment variables.
    • Added populating of type_code in ResultMetadata for interval types.
    • Introduced the snowflake_version property to the connection.
    • Moved OAUTH_TYPE to CLIENT_ENVIROMENT.
    • Relaxed the pyarrow version constrain; versions >= 19 can now be used.
    • Disabled token caching for OAuth Client Credentials authentication.
    • Fixed OAuth authenticator values.
    • Fixed a bug where a PAT with an external session authenticator was used while external_session_id was not provided in SnowflakeRestful.fetch.
    • Fixed the case-sensitivity of Oauth and programmatic_access_token authenticator values.
    • Fixed unclear error messages for incorrect authenticator values.
    • Fixed GCS staging by ensuring the endpoint has a scheme.
    • Fixed a bug where time-zoned timestamps fetched as a pandas.DataFrame or pyarrow.Table would overflow due to unnecessary precision. A clear error will now be raised if an overflow cannot be prevented.

... (truncated)

Commits
  • f246167 Minor python connector version bump (#2566)
  • 192920d Fix failing Jenkins jobs (#2558)
  • 191aa97 SNOW-2338989: Ensure Arrow to_pandas maps Interval types (#2536)
  • f84ff67 PATCH: Bumped up PythonConnector PATCH version from 3.17.3 to 3.17.4 (#2546)
  • b351146 Fix Jenkins build (#2543)
  • 4ecd7c2 SNOW-2176524 bump up vendored urllib3 to 2.5.0 and requests to v2.32.5 (#2504)
  • 8d9fe60 SNOW-2176203: Support intermediates in trust stores (#2520)
  • 8c32f5e Bumped up PythonConnector PATCH version from 3.17.2 to 3.17.3 (#2516)
  • a6450a5 SNOW-2283945 use AWS regional endpoints when required for storing pandas fram...
  • 2542058 Isolate connection name loading tests (#2515)
  • 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-connector-python](https://github.com/snowflakedb/snowflake-connector-python) from 3.14.0 to 3.18.0.
- [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases)
- [Commits](snowflakedb/snowflake-connector-python@v3.14.0...v3.18.0)

---
updated-dependencies:
- dependency-name: snowflake-connector-python
  dependency-version: 3.18.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 Oct 7, 2025
@dependabot @github

dependabot Bot commented on behalf of github Oct 10, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #431.

@dependabot dependabot Bot closed this Oct 10, 2025
@dependabot
dependabot Bot deleted the dependabot/pip/snowflake-connector-python-3.18.0 branch October 10, 2025 05:14
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