Hi, to report on `release_2.32.0a1` testing with u...
# development
w
Hi, to report on
release_2.32.0a1
testing with uv lock, the
generate-lockfiles
portion works fine, but later ran into an issue where pex refuses to take resovled pre-released version in the uv lock. Should be fixed by https://github.com/pantsbuild/pants/pull/23337, but will need a version publish in order to finish rest of the testing.
the example path we had was in https://pypi.org/project/ray/2.55.1/#files
Copy code
ray-2.55.1.dist-info/METADATA:Requires-Dist: opentelemetry-exporter-prometheus; extra == "default"
but https://pypi.netflix.net/project/opentelemetry-exporter-prometheus/versions/ has no stable version as of this moment.
w
Thanks for testing it. I thought that fix was already in a release, but I guess not. I'll push a release later today
🙏 1