Skip to content

Commit

Permalink
Update dependencies for exasol feature flag (#20127)
Browse files Browse the repository at this point in the history
Updating the sqlalchemy-exasol package will fix #20105 .
  • Loading branch information
Nicoretti authored May 26, 2022
1 parent 0501ad2 commit ac4158e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def get_git_sha() -> str:
"druid": ["pydruid>=0.6.1,<0.7"],
"solr": ["sqlalchemy-solr >= 0.2.0"],
"elasticsearch": ["elasticsearch-dbapi>=0.2.0, <0.3.0"],
"exasol": ["sqlalchemy-exasol>=2.1.0, <2.2"],
"exasol": ["sqlalchemy-exasol >= 2.4.0, <3.0"],
"excel": ["xlrd>=1.2.0, <1.3"],
"firebird": ["sqlalchemy-firebird>=0.7.0, <0.8"],
"firebolt": ["firebolt-sqlalchemy>=0.0.1"],
Expand Down

0 comments on commit ac4158e

Please sign in to comment.