Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zeep fails trying to instantiate a client in python3.12 #1412

Open
sdishman-bl opened this issue Apr 3, 2024 · 1 comment
Open

Zeep fails trying to instantiate a client in python3.12 #1412

sdishman-bl opened this issue Apr 3, 2024 · 1 comment

Comments

@sdishman-bl
Copy link

sdishman-bl commented Apr 3, 2024

I suspect this is already known, as python3.12 is not listed on the supported versions on the main page. But I also couldn't find a bug specifically calling it out.

  1. The version of zeep (or if you are running master the commit hash/date): 4.2.1
  2. The WSDL you are using: I think any will do, but here's a public WSDL that I used to illustrate the error: http://www.dneonline.com/calculator.asmx?WSDL
  3. And most importantly, a runnable example script which exposes the problem.:
from zeep import Client
Client('http://www.dneonline.com/calculator.asmx?WSDL')

I saw that this PR was submitted in February to address the issue, so I just wanted to highlight that here.

FWIW, we're in the middle of trying to update our systems to python3.12, and this happens to be the only known library preventing us from doing that. I only offer that as "FYI", not as an attempt at escalation - we appreciate the work you do to make this library possible!

@davidve0206
Copy link

Hi, just a message to support this implementation - our system uses python 3.12 and we need to start using Zeep but are unable due to the version restrictions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants