Skip to content

Commit

Permalink
SNOW-1058245-sqlalchemy-20-support: restore SQLAlchemy 2.0.x as depen…
Browse files Browse the repository at this point in the history
…decy after rebase
  • Loading branch information
sfc-gh-mraba committed Apr 25, 2024
1 parent d148282 commit ff35809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["SQLAlchemy>=1.4.19,<2.0.0", "snowflake-connector-python<4.0.0"]
dependencies = ["SQLAlchemy>=1.4.19", "snowflake-connector-python<4.0.0"]

[tool.hatch.version]
path = "src/snowflake/sqlalchemy/version.py"
Expand Down
2 changes: 1 addition & 1 deletion snyk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SQLAlchemy>=1.4.19,<2.0.0
SQLAlchemy>=1.4.19
snowflake-connector-python<4.0.0

0 comments on commit ff35809

Please sign in to comment.