Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
e1685e0041 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>
2026-05-02 07:02:58 +00:00

View File

@@ -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",