chore: Update Rockset—switching out rockset for rockset-sqlalchemy (#24649)

This commit is contained in:
Aarav Borthakur
2023-07-11 20:36:09 -07:00
committed by GitHub
parent 88418fc609
commit ea968e47cc
3 changed files with 13 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ setup(
"trino": ["trino>=0.324.0"],
"prophet": ["prophet>=1.1.0, <2.0.0"],
"redshift": ["sqlalchemy-redshift>=0.8.1, < 0.9"],
"rockset": ["rockset>=0.8.10, <0.9"],
"rockset": ["rockset-sqlalchemy>=0.0.1, <1.0.0"],
"shillelagh": [
"shillelagh[datasetteapi,gsheetsapi,socrata,weatherapi]>=1.1.1, <2"
],