Skip to content

Commit 09f47b0

Browse files
Update version.py (#593)
1 parent a77b86a commit 09f47b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Source code is also available at:
99
# Unreleased Notes
1010

1111
# Release Notes
12-
- v1.7.4(June 2, 2025)
12+
- v1.7.4(June 10, 2025)
1313
- Fix dependency on DESCRIBE TABLE columns quantity (differences in columns caused by Snowflake parameters).
1414
- Fix unnecessary condition was causing issues when parsing StructuredTypes columns.
1515
- Update README.md to include instructions on how to verify package signatures using cosign.

src/snowflake/sqlalchemy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#
44
# Update this for the versions
55
# Don't change the forth version number from None
6-
VERSION = "1.7.3"
6+
VERSION = "1.7.4"

0 commit comments

Comments
 (0)