mypy arg-type failure in postgres/connection_utils.py with psycopg>=3.2
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Expected Behavior
Type checking should pass
Current Behavior
With psycopg>=3.2,
feast/infra/utils/postgres/connection_utils.py:66: error: Argument 2 to "make_conninfo" has incompatible type "**dict[str, object]"; expected "str | int | None" [arg-type]
Steps to reproduce
- Get your dev environment to the point where you can run make lint-python
pip install --upgrade 'psycopg>=3.2'- make lint-python` --> the above error
Metadata
Metadata
Labels
No fields configured for issues without a type.
Development
No branches or pull requests