Zsolt Dollenstein
Zsolt Dollenstein
Apparently the `M1` calculation used by Ente during SRP is not according to [the spec](http://srp.stanford.edu/design.html). The spec says `M` (sometimes called `M1`) is supposed to be derived as `H(H(N) xor...
On an arm64 Windows host, running ``` > powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" Downloading uv 0.8.15 (x86_64-pc-windows-msvc) ``` As you can see, it picks an x86_64 release...
## Summary This PR makes uv log an additional field in the user agent (parsed by https://github.com/pypi/linehaul-cloud-function/pull/237) which captures the subcommand that caused the http requests. Follow-up to #16702. ##...
### Description This PR converts all Python 2-style type annotations (in comments) into Python 3-style annotations (after `:` tokens, and inside the AST). There's a large amount of changes in...
### Summary For example checking the following takes 11s, but the real world example this is taken from takes many minutes (and is a bit more nested): ```python from pydantic_core...
### What is the current behavior? Currently, authentication for external python packages discovered by uv is not supported. ### Describe the feature We should allow users to depend on packages...
### Project to be claimed `ty`: https://test.pypi.org/project/ty/ ### Your PyPI username `zsol`: https://pypi.org/user/zsol ### Reasons for the request [Astral](https://docs.astral.sh/ty/) already has published ty under https://pypi.org/project/ty, we would like to make...