typeshed-internal / stub_uploader

Scripts and actions to auto-upload typeshed stubs to PyPI
Apache License 2.0
21 stars 16 forks source link

Add django-stubs to allowlist #135

Closed srittau closed 2 months ago

srittau commented 5 months ago

Cf. python/typeshed#11709

AlexWaygood commented 5 months ago

Cf. python/typeshed#11709

I don't think that this will unblock that PR, unfortunately, because the stub-uploader is still going to complain unless the runtime django-import-export package actually lists django-stubs as a runtime dependency

Viicos commented 5 months ago

Yeah turns out we are facing the same issue as https://github.com/python/typeshed/pull/10919 :/

srittau commented 2 months ago

This seems unnecessary.

Viicos commented 2 months ago

Thanks, reading from https://github.com/python/typeshed/pull/10919 seems like I can also update my pending typeshed PR