mvantellingen / python-zeep

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

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

Open andreabisello opened 10 months ago

andreabisello commented 10 months ago

Lib\site-packages\zeep\utils.py:1: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

akeeman commented 9 months ago

duplicate of https://github.com/mvantellingen/python-zeep/issues/1352 and fixed in d0d737adbcd68213b940a5cc4f1da6cd43dfca81 (https://github.com/mvantellingen/python-zeep/pull/1364)

sterliakov commented 8 months ago

@akeeman any chance we'll see a release anytime soon with this update included? The latest released version will celebrate its first birthday soon...

shulcsm commented 4 months ago

Hey how about cutting a release with fix.
3.13 has been out for a while and this seems to be only required change.

MrNoNoNo commented 4 months ago

When can we see a release for this?

jbwalker26 commented 2 months ago

Please release this change. We use zeep and we do not want to hold up keeping our code in a well-maintained state.

ehiggs commented 1 month ago

3.13 has been out for a while and this seems to be only required change.

Python 3.13 has not been released yet. The release schedule is here

jbwalker26 commented 1 month ago

Python 3.13 has not been released yet.

That might be the case; but it has been in alpha for a year, and it is well recognized that cgi is not supported in Python 3.13. It is ridiculous that the fix is already merged a while ago, but it is yet to be released.

They may have a few months to put it together, granted. But then again, they only have a few months to put it together.

gsauthof commented 1 week ago

FWIW, Fedora Rawhide recently imported Python 3.13 (beta) such that issues can be fixed in time for Fedora 41.

Due to this issue the Fedora zeep package currently fails to build and I have to integrate the linked commit instead of simply bumping the package to a new release.