Iuri de Silvio
Iuri de Silvio
I don't have a fix for it yet. The issue here is the restriction use the namespace `` and I don't know how to get the namespace information. If I'm...
I have it implemented in my server as a middleware. ``` python class UsernameToken(xsd.ComplexType): Username = xsd.Element(xsd.String, minOccurs=1) Password = xsd.Element(xsd.String, minOccurs=1) class Security(xsd.ComplexType): UsernameToken = xsd.Element(UsernameToken, minOccurs=1) class Header(xsd.ComplexType):...
The quick fix is limiting numpy version
I think it is a good idea to check ruff output to ignore these known errors. 👍🏻
Definitely we do not want the full traceback. I'm not sure how to silence it, but I'll investigate. Thanks for the report @Avasam!
It is already fixed on mypy main branch, just have to wait for a release.
Same issue here. 1.17 and 2.1 fail with "dubious ownership". 1.16 fail because `--no-dev` does not exist anymore. 😢 https://github.com/businho/django-migrations-ci/actions/workflows/python-publish.yml
It was a recent change. Ref #276. cc @stellasphere