--offline is not offline for "git+https" sources. #12234
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Contribution especially encouraged
Originally posted by @andrei-korshikov in #942
I'm on uv 0.6.6 (c1a0bb8 2025-03-12). Some of my dependencies are
git+https
, e.g. I haveOn every run of
uv run --offline my_script.py
I seeResolving dependencies...
message and get these messages onstderr
(and see corresponding traffic in Wireshark):If this behaviour is intended, I think it should be documented. Documentation for
--offline
reads: "Disable network access. When disabled, uv will only use locally cached data and locally available files.", and as we see for "git+https" it is definitely not so.Off-topic: and huge thank you for
uv
!:)The text was updated successfully, but these errors were encountered: