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
This will resolve many issues we face when onboarding new contributors, as the virtual environment will be automatically created with the Python version that we specify. Additionally, the indirect dependencies will be installed based on the versions specified in the uv.lock, ensuring that the package manager is using the same versions, which will also reduce issues on that front.