Commit a2c8881
authored
fix: Bump snowflake-connector-python from 4.2.0 to 4.3.0 in the lockfile-runtime group (#21)
Bumps the lockfile-runtime group with 1 update:
[snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python).
Updates `snowflake-connector-python` from 4.2.0 to 4.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/snowflakedb/snowflake-connector-python/releases">snowflake-connector-python's
releases</a>.</em></p>
<blockquote>
<h2>4.3.0</h2>
<ul>
<li>v4.3.0(February 12,2026)
<ul>
<li>Ensured proper list conversion - the converter runs to_snowflake on
all list elements.</li>
<li>Made the parameter <code>server_session_keep_alive</code> in
<code>SnowflakeConnection</code> skip checking for pending async
queries, providing faster connection close times especially when many
async queries are executed.</li>
<li>Fix string representation of INTERVAL YEAR and INTERVAL MONTH
types.</li>
<li>Log a warning when using http protocol for OAuth urls.</li>
<li>Deprecated support for custom revocation error classes in OCSP
response cache deserialization. By default, only
<code>RevocationCheckError</code> exceptions are deserialized from OCSP
cache. Custom exception classes can be temporarily enabled by setting
the <code>SNOWFLAKE_ENABLE_CUSTOM_REVOCATION_ERRORS</code> environment
variable to <code>true</code> or <code>1</code>, but this support will
be removed in a future release.</li>
<li>Bumped up vendored <code>urllib3</code> to <code>2.6.3</code></li>
<li>Added <code>force_microseconds_precision</code> to
<code>cursor.fetch_arrow_all</code> and
<code>cursor.fetch_pandas_all</code> to avoid PyArrow schema
incosistency between batches.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/9aa5e28aa3fc28703ac7fdef8a8f44e213b0dddb"><code>9aa5e28</code></a>
Bump major to 4.3.0 (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2762">#2762</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/c12f0c29aee0e5001cf56cd94eea1afebbf10b58"><code>c12f0c2</code></a>
SNOW-2389788: Moving docker images to artifactory (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2761">#2761</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/3f09276caef7e1120004dddbc1c200d74416f744"><code>3f09276</code></a>
NO-SNOW: Add aio notice (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2751">#2751</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/dd6e50384c27fe1705824ae2b700c042d0cbb764"><code>dd6e503</code></a>
SNOW-3009259: Collect /etc/os-release information (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2754">#2754</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/3dba4072153611c7886e447b433e1045e6535f18"><code>3dba407</code></a>
SNOW-1025489 enforce ms scale for timestamps (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2758">#2758</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/36a65680f1092bb1e9106d7714d8054df1b3e472"><code>36a6568</code></a>
Add telemetry for nanoarrow (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2752">#2752</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/27fa9f57cdc0796df0c3d77fa6c92c0343098d45"><code>27fa9f5</code></a>
Exchange vendored urllib to with newest 2.6.3 (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2757">#2757</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/ace34bd160d4f1a175345863fad01fb56c1309c9"><code>ace34bd</code></a>
SNOW-2439940: Deprecated custom revocation error classes in OCSP (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2748">#2748</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/a4a43b5d049641a756ad1fdd2ec8c0606799fe8d"><code>a4a43b5</code></a>
Fix CLA bot (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2756">#2756</a>)</li>
<li><a
href="https://github.com/snowflakedb/snowflake-connector-python/commit/ad5809a19e9ab255b320d0f6507cbcf617c362b9"><code>ad5809a</code></a>
SNOW-2231895: Add warning on using http in oauth (<a
href="https://redirect.github.com/snowflakedb/snowflake-connector-python/issues/2747">#2747</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/snowflakedb/snowflake-connector-python/compare/v4.2.0...v4.3.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 93bbc21 commit a2c8881
1 file changed
+23
-23
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments