Nick Gerig
Results
1
comments of
Nick Gerig
Hi @petiatil We did some digging and it seems like the `httpx` lib imports mimetypes here: https://github.com/encode/httpx/blob/2318fd822cdb16435ccb5cabcba16c0b7969c1e4/httpx/_utils.py#L4 So maybe this is the issue you're seeing: https://github.com/python/cpython/blob/3.12/Lib/mimetypes.py#L48 We do have an...