We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77b86a commit 09f47b0Copy full SHA for 09f47b0
DESCRIPTION.md
@@ -9,7 +9,7 @@ Source code is also available at:
9
# Unreleased Notes
10
11
# Release Notes
12
-- v1.7.4(June 2, 2025)
+- v1.7.4(June 10, 2025)
13
- Fix dependency on DESCRIBE TABLE columns quantity (differences in columns caused by Snowflake parameters).
14
- Fix unnecessary condition was causing issues when parsing StructuredTypes columns.
15
- Update README.md to include instructions on how to verify package signatures using cosign.
src/snowflake/sqlalchemy/version.py
@@ -3,4 +3,4 @@
3
#
4
# Update this for the versions
5
# Don't change the forth version number from None
6
-VERSION = "1.7.3"
+VERSION = "1.7.4"
0 commit comments