Skip to content

Commit

Permalink
SNOW-1058245-sqlalchemy-20-support: add sqlalchemy <=2.1 as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Feb 16, 2024
1 parent 8ac9f33 commit 6827249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ python_requires = >=3.7
packages = find_namespace:
install_requires =
importlib-metadata;python_version<"3.8"
sqlalchemy<2.0.0,>=1.4.0
sqlalchemy<2.1.0,>=1.4.0
; Keep in sync with extras dependency
snowflake-connector-python<4.0.0
include_package_data = True
Expand Down

0 comments on commit 6827249

Please sign in to comment.