dropbox / dropbox/sqlalchemy-stubs
sqlalchemy.dialects.postgresql.JSON columns have incorrect types?
Open
- Dominant language
- Python
- Stars
- 583
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
Description
mypy seems to think that the type of data in this column is "Union[Dict[str, Any], List[Any]]" which seems reasonable.
However, the returned data actually seems to be of type str
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.