Hi all, Is there any way to specify that "using" or "import" should load a specific package version without pinning the package to a particular version globally? I would like to prevent my older scripts breaking when packages are updated while still using the latest version by default.
Thanks, Tom