You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: set UV_RESOLUTION=lowest-direct for tests to ensure consistency
Tests spawn uv run subprocesses which were re-resolving dependencies
using the lockfile (anyio 4.10.0) instead of lowest-direct (anyio 4.5.0).
Setting UV_RESOLUTION env var ensures all uv commands use the same
resolution strategy.
0 commit comments