Alex Gaynor
Alex Gaynor
It has no versions that support Python 3.7. This is necessary to support using `uv` to manage our ci-constraints file
In numerous places we only support the concrete classes, and there's no real use case for people to implement the ABCs themselves. Therefore, we should just drop the ABCs, and...
This code reproduces the issue: ``` ruby #!/usr/bin/env jruby require 'nokogiri' puts RUBY_ENGINE doc = Nokogiri::XML(
# Motivation pyOpenSSL has many APIs with poor designs that are entirely reliant on OpenSSL implementation details. For nearly all of these, pyca/cryptography has much better implementations with more thought...
``` (tempenv-564a2572618) ~/.v/tempenv-564a2572618 ❯❯❯ uv version uv 0.4.0 (Homebrew 2024-08-28) (tempenv-564a2572618) ~/.v/tempenv-564a2572618 ❯❯❯ cat uv.toml environments = ["python_version >= '3.10'", "python_version >= '3.8' and python_version < '3.10'", "python_version < '3.8'"]...
### Description An innovation like the following: `pip wheel -c constraints-file-with-hashes.txt local-sdist.tar.gz` produces an error like: ``` ERROR: Hashes are required in --require-hashes mode, but they are missing from some...
Hi, @woodruffw suggested I file this here, since the Python vulnerability data uses the osv schema. I'm one of the maintainers of the popular python `cryptography` package. We ship both...
Right now `uv pip compile` does not include build dependencies in its output. It would be incredibly helpful if there was a way to include them.
``` (cryptography) ~/p/cryptography ❯❯❯ uv --version uv 0.1.13 ``` We have a mixed Python+Rust codebase. Our dev process involves running `pip install .`, which I'm attempting to migrate to `uv...