mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
chore(deps-dev): update pyathena requirement from <3,>=2 to >=2,<4
Updates the requirements on [pyathena](https://github.com/pyathena-dev/PyAthena) to permit the latest version. - [Release notes](https://github.com/pyathena-dev/PyAthena/releases) - [Commits](https://github.com/pyathena-dev/PyAthena/compare/v2.0.0...v3.30.1) --- updated-dependencies: - dependency-name: pyathena dependency-version: 3.30.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -114,7 +114,7 @@ dependencies = [
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
athena = ["pyathena[pandas]>=2, <3"]
|
||||
athena = ["pyathena[pandas]>=2, <4"]
|
||||
aurora-data-api = ["preset-sqlalchemy-aurora-data-api>=0.2.8,<0.3"]
|
||||
bigquery = [
|
||||
"pandas-gbq>=0.19.1",
|
||||
|
||||
Reference in New Issue
Block a user