Ivan Kanakarakis
Ivan Kanakarakis
Scratch the above message. The actual reason the build is failing is not pip but setuptools. From https://github.com/pypa/setuptools/blob/main/CHANGES.rst#v5800 > ## v58.0.0 > ### Breaking Changes > [#2086](https://github.com/pypa/setuptools/issues/2086): Removed support for...
I'd be nice to have such tests and make sure that `defuse_stdlib()` works as expected.
hi @earonesty, and thanks for commenting back on this. I think using `uuid` is a viable way forward. The code needs to be reworked to clean up the files. But...
python 3.12 finally has a better fix for this one; - https://github.com/python/cpython/issues/58451 - https://github.com/python/cpython/pull/97015
Functional libraries don't need constant tweaking and updates. They become stable and reusable and that is a good thing. Of course that is not true for all of the libs...
you can always set the type explicitly ```bash $ cat file.yml !str 009 $ yq . file.yml "009" ```
Thank you for the report. I will try to fix this asap.
The original issue is due to the change from `{1}` to `{ 1 }`. This PR introduces a new regex. I would be good to have an explanation about the...
hello everyone! Thank you for your report and for being patient. With v7.5.0 I have pinned xmlschema to stay on v2 for now, until we properly resolve this issue.
Using a `saml2.client.Saml2Client` instance, you can invoke `do_attribute_query(...)`, or try `create_attribute_query(...)` for a lower-level API. Check how the tests use those methods. The SAML Response dictates for how long the...