Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): bump snowflake-sqlalchemy from 1.7.1 to 1.7.3 in the runtime-dependencies group across 1 directory #313

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2025

Bumps the runtime-dependencies group with 1 update in the / directory: snowflake-sqlalchemy.

Updates snowflake-sqlalchemy from 1.7.1 to 1.7.3

Release notes

Sourced from snowflake-sqlalchemy's releases.

Release

  • v1.7.3(January 15, 2025)
    • Fix support for SqlAlchemy ARRAY.
    • Fix return value of snowflake get_table_names.
    • Fix incorrect quoting of identifiers with _ as initial character.
    • Fix ARRAY type not supported in HYBRID tables.
    • Add force_div_is_floordiv flag to override div_is_floordiv new default value False in SnowflakeDialect.
      • With the flag in False, the / division operator will be treated as a float division and // as a floor division.
      • This flag is added to maintain backward compatibility with the previous behavior of Snowflake Dialect division.
      • This flag will be removed in the future and Snowflake Dialect will use div_is_floor_div as False.

Release

  • v1.7.2(December 18, 2024)
    • Fix quoting of _ as column name
    • Fix index columns was not being reflected
    • Fix index reflection cache not working
    • Add support for structured OBJECT datatype
    • Add support for structured ARRAY datatype
Commits
  • 87c48cc Update DESCRIPTION.md (#573)
  • 6a9ac4d Add structured type support for hybrid tables (#572)
  • ff2a785 SNOW-1871582 Fix support for SA array (#568)
  • 75376ff Fix incorrect quoting of identifiers with _ as initial character. (#569)
  • b9b26e5 Added flag to allow override SnowflakeDialect div_is_floor_div flag (#545)
  • d84484e Fix return value of snowflake get_table_names (#564)
  • 115da35 Update DESCRIPTION.md (#561)
  • d3e40d1 SNOW-1846847 Add support for autocommit (#555)
  • 0471c1f SNOW-1776333 Add support for ARRAY (#560)
  • af5457a SNOW-1776332 Add support for OBJECT (#559)
  • 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 <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

Bumps the runtime-dependencies group with 1 update in the / directory: [snowflake-sqlalchemy](https://github.com/snowflakedb/snowflake-sqlalchemy).


Updates `snowflake-sqlalchemy` from 1.7.1 to 1.7.3
- [Release notes](https://github.com/snowflakedb/snowflake-sqlalchemy/releases)
- [Commits](snowflakedb/snowflake-sqlalchemy@v1.7.1...v1.7.3)

---
updated-dependencies:
- dependency-name: snowflake-sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 14, 2025
@dependabot dependabot bot requested a review from edgarrmondragon January 14, 2025 19:52
@edgarrmondragon edgarrmondragon added this pull request to the merge queue Jan 14, 2025
Merged via the queue into main with commit 6900f4b Jan 14, 2025
10 checks passed
@edgarrmondragon edgarrmondragon deleted the dependabot/pip/runtime-dependencies-0124e48faf branch January 14, 2025 23:31
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.

1 participant