Skip to content

Commit

Permalink
SNOW-1058245-sqlalchemy-20-support: update VERSION syntax and add pyp…
Browse files Browse the repository at this point in the history
…roject.toml for project definition
  • Loading branch information
sfc-gh-mraba committed Feb 16, 2024
1 parent a984ae4 commit 2b68c27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
# "importlib-metadata;python_version<\"3.8\"",
"snowflake-connector-python",
# "sqlalchemy>=2.0.0",
"sqlalchemy<2.0.0",
]
dependencies = ["snowflake-connector-python", "sqlalchemy<2.1.0,>=1.4.0"]

[project.optional-dependencies]
development = [
Expand All @@ -54,6 +49,7 @@ development = [
"pytest-rerunfailures",
"pytest-timeout",
"pytz",
"pre-commit",
]
pandas = ["snowflake-connector-python[pandas]"]

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg → 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.1.0,>=1.4.0
sqlalchemy<2.1.0
; Keep in sync with extras dependency
snowflake-connector-python<4.0.0
include_package_data = True
Expand Down
File renamed without changes.

0 comments on commit 2b68c27

Please sign in to comment.