Fix custom plugin downloaders

Change get_as_dataframe call signature
This commit is contained in:
phil 2024-04-06 13:11:38 +05:30
parent 08c53cf894
commit 52e1d2135b
9 changed files with 156 additions and 105 deletions

View file

@ -8,7 +8,7 @@ authors = [
dependencies = [
"apscheduler>=3.10.4",
"asyncpg>=0.28.0",
"fastapi>=0.110",
"fastapi>=0.110.1",
"geoalchemy2>=0.14.2",
"geopandas>=0.14.0",
"itsdangerous>=2.1.2",