We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The version of zeep: 4.2.0
After the upgrade from 4.1.0 > 4.2.0 there is an error following each successful request:
Exception ignored in: <function Transport.__del__ at 0x7f9d829c7c40> Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/zeep/transports.py", line 159, in __del__ if self.__close_session: ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'AsyncTransport' object has no attribute '_Transport__close_session' Exception ignored in: <function Transport.__del__ at 0x7f9d829c7c40> Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/zeep/transports.py", line 159, in __del__ AttributeError: 'AsyncTransport' object has no attribute '_Transport__close_session'
There is no self.__close_session on AsyncTransport class.
Thanks for you work!
The text was updated successfully, but these errors were encountered:
7d22412
Any word on when this will hit pypi?
Really appreciate your work on this!
Sorry, something went wrong.
No branches or pull requests
The version of zeep: 4.2.0
After the upgrade from 4.1.0 > 4.2.0 there is an error following each successful request:
There is no self.__close_session on AsyncTransport class.
Thanks for you work!
The text was updated successfully, but these errors were encountered: