Skip to content

chore(deps): bump snowflake-connector-python from 3.10.1 to 3.18.1 - #275

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

chore(deps): bump snowflake-connector-python from 3.10.1 to 3.18.1#275
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/snowflake-connector-python-3.18.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps snowflake-connector-python from 3.10.1 to 3.18.1.

Release notes

Sourced from snowflake-connector-python's releases.

3.18.1

  • v3.18.1(July 15,2026)

    • Improved verification of TLS connections (SNOW-3675579).
    • Fixed FIPS environments md5 hash issues with multipart upload on Azure.
    • Fixed a bug where Azure GET commands would incorrectly set the file status to UPLOADED instead of preserving the DOWNLOADED status during metadata retrieval.
  • v3.18.0(October 03,2025)

    • Added support for pandas conversion for Day-time and Year-Month Interval types
  • 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
  • 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
  • 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.
  • 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.
  • 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
  • 0f913d8 NO-SNOW: Fix pandas type test (#2600)
  • 9409563 NO-SNOW: Fix Azure GET returning UPLOADED instead of DOWNLOADED status (#2782)
  • 1ba4f20 SNOW-2743401: added usedforsecurity argument to md5 hash for multipart upload...
  • 8969d6d SNOW-3675579: verify TLS certificate hostname on every HTTPS connection
  • 2b1bf9e CI: fix Jenkins build failures on release/3.18 (Nexus → Artifactory, macOS lo...
  • d02d36d Bump version to 3.18.1 and stamp release date
  • 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)
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python) from 3.10.1 to 3.18.1.
- [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases)
- [Commits](snowflakedb/snowflake-connector-python@v3.10.1...v3.18.1)

---
updated-dependencies:
- dependency-name: snowflake-connector-python
  dependency-version: 3.18.1
  dependency-type: direct:production
...

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 Aug 31, 2026
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