Closed
Description
redis-om = "^0.3.1"
Here we try to pass 3 args to schema_for_type
https://github.com/redis/redis-om-python/blob/main/aredis_om/model/model.py#L1985
But it seems like it takes 5
https://github.com/redis/redis-om-python/blob/main/aredis_om/model/model.py#L1994
So I get
JsonModel.schema_for_type() missing 2 required positional arguments: 'typ' and 'field_info'
Metadata
Metadata
Assignees
Labels
No labels