Zanie Blue
                                            Zanie Blue
                                        
                                    > This is different than pip's behaviour, which doesn't require the username in the URL. Yep this differs from pip since we're using the subprocess interface for keyring while they...
Thanks Henry!
We should support `bin`setups on Windows, although I'm making that consistent in #3266 and there may be bugs until that merges. I'll look into the other issue though.
Hm in CI this fails with ``` error: Querying Python at `D:\a\_temp\msys64\mingw64\bin\python3.exe` failed with status exit code: 1 with exit code: 1 --- stdout: --- stderr: Traceback (most recent call...
@konstin you can also see it in CI at #3632
Can you say more about how you're using this in pip? Perhaps link to an example or the relevant part of the pip implementation? It sounds reasonable to configure certificates...
Thanks for the additional details. This seems reasonable but I'd have to start working on an implementation to understand if it makes sense. The `SSL_CERT_FILE` loading comes from https://github.com/rustls/rustls-native-certs but...
I'm guessing this looks something like https://github.com/camelop/rust-mtls-example/blob/1379379eb08c63f22f9b4eae080c9380e29ffd44/src/main.rs#L22-L71 If anyone is interested in putting up a pull request I'm happy to review
@SystemCoder99 this should be available in the latest release.
As an aside, I'm a little uncertain about providing two interfaces i.e. `uv run` and `uv tool run`/`uvx`. Unfortunately it feels necessary to have two different interfaces to provide reasonable...