Skip to content

Commit b27973a

Browse files
committed
mraba/python-bump: connector version < 5
1 parent 1aafcdf commit b27973a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ classifiers = [
4040
"Topic :: Software Development :: Libraries :: Application Frameworks",
4141
"Topic :: Software Development :: Libraries :: Python Modules",
4242
]
43-
dependencies = ["SQLAlchemy>=1.4.19", "snowflake-connector-python<4.1.0"]
43+
dependencies = ["SQLAlchemy>=1.4.19", "snowflake-connector-python<5.0.0"]
4444

4545
[tool.hatch.version]
4646
path = "src/snowflake/sqlalchemy/version.py"

snyk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
SQLAlchemy>=1.4.19
2-
snowflake-connector-python<4.1.0
2+
snowflake-connector-python<5.0.0

0 commit comments

Comments
 (0)