Skip to content

Commit 36a03c7

Browse files
fix(deps): bump snowflake-sqlalchemy from 1.8.0 to 1.8.2 (#445)
Bumps [snowflake-sqlalchemy](https://github.com/snowflakedb/snowflake-sqlalchemy) from 1.8.0 to 1.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/snowflakedb/snowflake-sqlalchemy/releases">snowflake-sqlalchemy's releases</a>.</em></p> <blockquote> <h2>Release</h2> <ul> <li> <p>v1.8.2 (December 9, 2025)</p> <ul> <li>Updated supported max python version to 3.13</li> <li>Version 1.8.1 yanked due to max python version supported by <code>snowflake-connector-python</code></li> </ul> </li> <li> <p>v1.8.1 (December 9, 2025)</p> <ul> <li>Add python 3.14 to project metadata</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/a24e66616685b694b0e63dfa8c421041cf5865f4"><code>a24e666</code></a> NO-SNOW: align max supported python with snowflake-connector-python (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/638">#638</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/86b20acc9999da4277e35adbf161e0af2c635932"><code>86b20ac</code></a> NO-SNOW fix jira creation (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/636">#636</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/f856a2504a545798979698e632e75743418b4aa5"><code>f856a25</code></a> mraba/ci-fix: restore permissions (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/634">#634</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-sqlalchemy/commit/f15905f5f98d6605f16d02f6e20bcce58199ba6f"><code>f15905f</code></a> SNOW-2881344: update project metadata with python 3.14 (<a href="https://redirect.github.com/snowflakedb/snowflake-sqlalchemy/issues/633">#633</a>)</li> <li>See full diff in <a href="https://github.com/snowflakedb/snowflake-sqlalchemy/compare/v1.8.0...v1.8.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=snowflake-sqlalchemy&package-manager=uv&previous-version=1.8.0&new-version=1.8.2)](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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba7851c commit 36a03c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"cryptography>=40",
3333
"singer-sdk[sql]~=0.53.3",
3434
"snowflake-connector-python[secure-local-storage]>=3.15,<5.0",
35-
"snowflake-sqlalchemy==1.8.0",
35+
"snowflake-sqlalchemy==1.8.2",
3636
"sqlalchemy~=2.0.31",
3737
]
3838

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)