sbordeyne / requests_har

MIT License
1 stars 3 forks source link

DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 #4

Open FelixSchwarz opened 1 month ago

FelixSchwarz commented 1 month ago

har.py contains from cgi import parse_header and this triggers a DeprecationWarning for me when using Python 3.12.

sbordeyne commented 1 month ago

will fix tonight