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
Noticed here by @hamdanal#93 (comment)
For example, types-psycopg2 2.9.21.13 should include a py.typed file with the partial keyword in it. But the file is missing. https://pypi.org/project/types-redis is another example. Looking at setup.py, package_data={'redis-stubs': ['py.typed']} is found. So the marker is probably physically missing.
The text was updated successfully, but these errors were encountered:
Noticed here by @hamdanal #93 (comment)
For example,
types-psycopg2 2.9.21.13
should include apy.typed
file with thepartial
keyword in it. But the file is missing.https://pypi.org/project/types-redis is another example. Looking at
setup.py
,package_data={'redis-stubs': ['py.typed']}
is found. So the marker is probably physically missing.The text was updated successfully, but these errors were encountered: