tekumara / fakesnow

Fake Snowflake Connector for Python. Run, mock and test Snowflake DB locally.
Apache License 2.0
108 stars 10 forks source link

chore(deps): update snowflake-sqlalchemy requirement from ~=1.5.0 to ~=1.6.1 #119

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 3 months ago

Updates the requirements on snowflake-sqlalchemy to permit the latest version.

Release notes

Sourced from snowflake-sqlalchemy's releases.

Release

  • v1.6.1(July 9, 2024)

    • Update internal project workflow with pypi publishing
  • v1.6.0(July 8, 2024)

    • support for installing with SQLAlchemy 2.0.x
    • use hatch & uv for managing project virtual environments
  • v1.5.4

    • Add ability to set ORDER / NOORDER sequence on columns with IDENTITY
Commits
  • 305d298 mraba/update-python_publish-workflow (#520)
  • 64fafbb SNOW-1519766: drop tomlkit version for fix_lint (#518)
  • 411ae55 SNOW-1519635: skip dialect tests in snowflake tests (#517)
  • bde2372 SNOW-1519492: add export PATH in build.sh script (#516)
  • 71308ce SNOW-1516075: set release date to July 8th (#514)
  • 423b8c1 SNOW-1516075: use SQLALchemy 2.0 as default dependency (#511)
  • d78f0c0 Snow 1058245 SqlAlchemy 2.0 support (#469)
  • 58fb1bd Update DESCRIPTION.md (#501)
  • 9b2f325 Add ability to set ORDER / NOORDER sequence on columns with IDENTITY (#493)
  • 107b0b1 mraba/gh-actions-update: bump github actions versions to latest (#492)
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

tekumara commented 2 days ago

Tests failing because pip is installing sqlalchemy-2.0.36 rather than v1:

E           AttributeError: 'str' object has no attribute '_execute_on_connection'

.venv/lib/python3.9/site-packages/sqlalchemy/engine/base.py:1414: AttributeError

See https://stackoverflow.com/questions/75464271/attributeerror-str-object-has-no-attribute-execute-on-connection