-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uv version bump to 0.4.7 #42274
uv version bump to 0.4.7 #42274
Conversation
Out of interest (I love uv) I took a quick look here and was able to reproduce the failing test locally. First the error:
Repro steps for me (on an Intel OS X Mac w/ homebrew) were:
|
I also quickly experimented with lower uv versions, it looks like uv 0.4.7 is the last version without this error (0.4.8 and above fail with the numpy error). |
Based on my research, I think uv 0.4.8 has a regression that breaks a change they added, ironically, for Airflow. astral-sh/uv#4149 closed astral-sh/uv#4136, which was requested by @potiuk. uv 0.4.8 included astral-sh/uv#7226, which I've confirmed is the breaking commit via bisect testing. I'm going to file an issue on uv for this. |
uv version bump from 0.4.1 to 0.4.7