You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the wrapper types-jsonschema went out of sync, is no longer possible to use it with mypy. Attempts to use the library directly gives errors because py.typed marker was removed.
src/ansible_compat/schema.py:6: error: Skipping analyzing "jsonschema": module is installed, but missing library stubs or py.typed marker
src/ansible_compat/schema.py:6: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
src/ansible_compat/schema.py:7: error: Skipping analyzing "jsonschema.validators": module is installed, but missing library stubs or py.typed marker
As the wrapper
types-jsonschema
went out of sync, is no longer possible to use it with mypy. Attempts to use the library directly gives errors becausepy.typed
marker was removed.Looking at https://pypi.org/project/types-jsonschema/#history I see that these releases are 2 versions behind as the current version is
4.6.0
Can we please start publishing types with the library?
Related:
The text was updated successfully, but these errors were encountered: