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 1aafcdf commit b27973aCopy full SHA for b27973a
pyproject.toml
@@ -40,7 +40,7 @@ classifiers = [
40
"Topic :: Software Development :: Libraries :: Application Frameworks",
41
"Topic :: Software Development :: Libraries :: Python Modules",
42
]
43
-dependencies = ["SQLAlchemy>=1.4.19", "snowflake-connector-python<4.1.0"]
+dependencies = ["SQLAlchemy>=1.4.19", "snowflake-connector-python<5.0.0"]
44
45
[tool.hatch.version]
46
path = "src/snowflake/sqlalchemy/version.py"
snyk/requirements.txt
@@ -1,2 +1,2 @@
1
SQLAlchemy>=1.4.19
2
-snowflake-connector-python<4.1.0
+snowflake-connector-python<5.0.0
0 commit comments