Remove usage of uv lock file

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Infrastructure
    • None
    • Python Drivers
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?
    • None
    • None
    • None
    • None
    • None
    • None

      Context

      The project currently tracks a uv.lock file that must be kept in sync with pyproject.toml. We want to remove the lock file entirely and instead use:

       - UV_NO_LOCK=1 — tells uv not to create or read from a lock file
       - UV_EXCLUDE_NEWER=<7-days-ago> — excludes packages published in the last 7 days

      Definition of done

      Remove lock file and ensure it is not re-created by any commands.

      Pitfalls

      We lose the ability to re-run a job and have it run with the exact package versions of the previous job.

            Assignee:
            Noah Stapp
            Reporter:
            Steve Silvester
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: