Fix/update baskets:
- get_file - import - Basket importers must return BasketImportResult Add API points Fix utils delete_df and upsert_df, also making them async friendly Auth: add helper functions to UserRead
This commit is contained in:
parent
52e1d2135b
commit
d2ae5e4d7b
9 changed files with 323 additions and 182 deletions
|
@ -18,7 +18,7 @@ dependencies = [
|
|||
"pydantic-settings>=2.0.3",
|
||||
"pyshp>=2.3.1",
|
||||
"python-jose[cryptography]>=3.3.0",
|
||||
"python-multipart>=0.0.6",
|
||||
"python-multipart>=0.0.9",
|
||||
"pyyaml>=6.0.1",
|
||||
"redis>=5.0.1",
|
||||
"sqlalchemy[asyncio]>=2.0.23",
|
||||
|
@ -29,6 +29,7 @@ dependencies = [
|
|||
"psycopg>=3.1.18",
|
||||
"plotly>=5.20.0",
|
||||
"matplotlib>=3.8.3",
|
||||
"aiopath>=0.6.11",
|
||||
]
|
||||
requires-python = ">=3.11,<4"
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue