Erik Cederstrand
Erik Cederstrand
Assuming I install e.g. `htmlmin2` or `htmlmin4` or some other variant of `htmlmin` that supports Python 3.13 (along with the other dependencies), would it work to ignore the Python restriction...
Would it be ok if I submit a PR to expand the dependency range?
@amoffat may have a different opinion, but in my opinion `sh` is a subprocess replacement, not a bash replacement. As such, implementing `-x` isn't entirely in line with the purpose...
It's only a log message, not an exception. So you can assume that everything is working correctly. I can see if I can convert the log message to something less...
Ah, it turns out someone stumbled upon this issue before: https://github.com/ecederstrand/exchangelib/issues/1115 Can you check whether your versions of `oauthlib` and `requests_oauthlib` are up-to-date?
I haven't tried CBA myself, and I have no easy way to test it, unfortunately. I have very little knowledge about how CBA workes, but is it possible that the...
Regarding your side note, you're effectively constructing a command that is a string argument to another command. You could do that with the tools that are already available: ```python import...
Regarding the original question, we would need to create a function that identifies if an argument requires quoting at all, since you probably don't want the `str()` output to be...
I also have this issue. The proof that the scripts generate are rejected as "Proof has invalid format" at https://claim.fluence.network/proof
Just a +1 from me. Python 3.13 support would be great!