Skip to content

chore(deps-dev): update snowflake-sqlalchemy requirement from ~=1.8.2 to ~=1.9.0 in the pip group across 1 directory#321

Merged
github-actions[bot] merged 3 commits intomainfrom
dependabot/pip/pip-af54d40516
Apr 3, 2026
Merged

chore(deps-dev): update snowflake-sqlalchemy requirement from ~=1.8.2 to ~=1.9.0 in the pip group across 1 directory#321
github-actions[bot] merged 3 commits intomainfrom
dependabot/pip/pip-af54d40516

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

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

Release notes

Sourced from snowflake-sqlalchemy's releases.

Release

  • v1.9.0 (March 4, 2026)
    • Add support for DECFLOAT and VECTOR data types
    • Add server_version_info support
    • Add support for ILIKE in queries
    • Fix SYSDATE() rendering
    • Fix and improve schema reflection (SNOW-593204, SNOW-2331576, SNOW-2852779)
      • Fix crash when reflecting without specifying a schema, caused by None arguments in internal schema resolution (#623).
      • Fix crash when SHOW TABLES returns empty string table names, causing IndexError during reflection (#296).
      • Fix incomplete identity column reflection metadata, now includes all fields required by SQLAlchemy 2.0+ (always, cycle, order, etc.).
      • Introduce shared helper for fully-qualified schema name resolution, replacing inconsistent ad-hoc patterns across reflection methods.
      • Refactor column reflection internals into dedicated helpers to reduce complexity without changing behavior.
      • Add pytest-xdist parallel test support via per-worker schema provisioning hooks.
    • Bump pandas lower bound in sa14 test environment from <2.1 to >=2.1.1,<2.2 to ensure pre-built wheels are available for Python 3.12
    • Fix SQLAlchemy version parsing (SNOW-3066571)
    • Document support for session parameters (like QUERY_TAG), references: #644
    • Support timezone in timestamp and datetime types (#199)
Commits
  • c382492 chore-version-bump: v1.9.0 (#662)
  • f576d29 mraba/tox-tests: move pandas test to related module (#664)
  • f53a6d1 chore-uv-build-system: use uv to build packages (#663)
  • cabfdc5 Add tests that confirm issue with merge into was resolved (#661)
  • 7c3e649 Enhance documentation and tests for _CUSTOM_Time type to clarify timezone han...
  • 75b469c mraba/fix-ci-output: do not use spinner with tox (#658)
  • 11dbe91 mraba/ci-output: pin virtualenv < 21.0 for ci jobs (#659)
  • c3a6915 mraba/test-pollution-fix (#657)
  • f1d79ed Add support for timestamps with timezone (#649)
  • d4f4b62 SNOW-3120231: fix flaky tests (#651)
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 2, 2026
@github-actions github-actions bot enabled auto-merge (squash) April 2, 2026 01:47
@dependabot dependabot bot changed the title chore(deps-dev): update snowflake-sqlalchemy requirement from ~=1.8.2 to ~=1.9.0 in the pip group chore(deps-dev): update snowflake-sqlalchemy requirement from ~=1.8.2 to ~=1.9.0 in the pip group across 1 directory Apr 2, 2026
@dependabot dependabot bot force-pushed the dependabot/pip/pip-af54d40516 branch from 510de72 to 735ac67 Compare April 2, 2026 01:49
Updates the requirements on [snowflake-sqlalchemy](https://github.com/snowflakedb/snowflake-sqlalchemy) to permit the latest version.

Updates `snowflake-sqlalchemy` to 1.9.0
- [Release notes](https://github.com/snowflakedb/snowflake-sqlalchemy/releases)
- [Commits](snowflakedb/snowflake-sqlalchemy@v1.8.2...v1.9.0)

---
updated-dependencies:
- dependency-name: snowflake-sqlalchemy
  dependency-version: 1.9.0
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pip-af54d40516 branch from 735ac67 to 8aebb35 Compare April 3, 2026 09:20
tekumara added 2 commits April 3, 2026 20:28
Return a Snowflake-style version string for CURRENT_VERSION()
and include missing identity/type alias columns in
information_schema.columns.
@github-actions github-actions bot merged commit b8f4ede into main Apr 3, 2026
1 check passed
@github-actions github-actions bot deleted the dependabot/pip/pip-af54d40516 branch April 3, 2026 10:06
tekumara pushed a commit that referenced this pull request Apr 11, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.11.5](v0.11.4...v0.11.5)
(2026-04-11)


### Features

* implicit VARCHAR-to-numeric cast for aggregate functions
([#326](#326))
([3f47c30](3f47c30))


### Bug Fixes

* implicit VARCHAR-to-number cast matches snowflake column names
([5733c70](5733c70))


### Chores

* **deps-dev:** update snowflake-sqlalchemy requirement from ~=1.8.2 to
~=1.9.0 in the pip group across 1 directory
([#321](#321))
([b8f4ede](b8f4ede))
* **deps:** update duckdb requirement from ~=1.4.1 to ~=1.5.1
([#323](#323))
([e8f49a0](e8f49a0))
* **deps:** update sqlglot requirement from ~=29.0.1 to ~=30.2.0
([#322](#322))
([3b434fa](3b434fa))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: potatobot-prime[bot] <132267321+potatobot-prime[bot]@users.noreply.github.com>
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