Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"pyyaml>=6.0.2,<7.0",
"requests!=3.32.0", # 3.32.0 breaks docker tests
"rich>=13.7.0,<14.0",
"snowflake-connector-python>=3.12.2,<4.0",
"snowflake-connector-python>=3.12.2,<5.0",
Comment thread
ohadmata marked this conversation as resolved.
"snowflake-sqlalchemy>=1.6.1,<2.0",
"structlog>=24.4.0,<25.0",
# TODO: Restore broader version constraints after verifying compatibility
Expand Down
Loading