arthurdejong / python-stdnum

A Python library to provide functions to handle, parse and validate standard numbers.
https://arthurdejong.org/python-stdnum/
GNU Lesser General Public License v2.1
499 stars 208 forks source link

Incorrect usage of timeout for zeep #444

Closed jmak-odoo closed 2 months ago

jmak-odoo commented 3 months ago

The current way that the timeout is set for zeep does not function properly. The parameter for POST/GET timeouts is operation_timeout as discussed here: https://github.com/mvantellingen/python-zeep/issues/140 https://github.com/arthurdejong/python-stdnum/blob/e951daca447f678f5a3f3c70dcc535eb8d7449b4/stdnum/util.py#L256