Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upper limit on pyathena #5898

Merged
merged 1 commit into from Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements_all_ds.txt
Expand Up @@ -21,7 +21,7 @@ cassandra-driver==3.21.0
memsql==3.0.0
atsd_client==3.0.5
simple_salesforce==0.74.3
PyAthena>=1.5.0
PyAthena>=1.5.0,<=1.11.5
pymapd==0.19.0
qds-sdk>=1.9.6
ibm-db>=2.0.9
Expand All @@ -45,4 +45,4 @@ pandas==1.3.4
nzpy>=1.15
nzalchemy
python-arango==6.1.0
pinotdb>=0.4.5
pinotdb>=0.4.5
2 changes: 1 addition & 1 deletion requirements_dev.txt
Expand Up @@ -7,7 +7,7 @@ mock==3.0.5
# (this is not perfect and we should resolve this in a different way)
pymongo[srv,tls]==3.9.0
botocore>=1.13,<1.14.0
PyAthena>=1.5.0
PyAthena>=1.5.0,<=1.11.5
ptvsd==4.3.2
freezegun==0.3.12
watchdog==0.9.0
Expand Down