mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.88k stars 586 forks source link

cgi module removal #1352

Closed decaz closed 1 year ago

decaz commented 1 year ago

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

cgi is used here: https://github.com/mvantellingen/python-zeep/blob/4e5ebad9eb355281cf3ae73cf83f666dc4b8bb00/src/zeep/utils.py#L91-L94

As a replacement of parse_header function PEP 594 suggests to use email.message.Message.

arveitch commented 8 months ago

Could I request a release please as Python 3.13 is getting quite close. Thanks so much for an excellent product!