github astral-sh/rye 0.18.0

latest releases: 0.42.0, 0.41.0, 0.40.0...
9 months ago

What's Changed

  • Incorporate new Python builds. #535

  • Disable revocation checks on windows to support corporate MITM proxies. #537

  • Detect when a virtualenv relocates and automatically re-create it on sync. #538

  • Added lock --with-sources, sync --with-sources and the new rye.tool.lock-with-sources
    config. Passing this will ensure that source references are included in the
    lock files. #540

  • When using global python shims, the .python-version file is now correctly
    picked up in all cases. #541

  • Added a helpful message if someone attempts to run the non existing rye list
    command. At a later point there should be a real listing command that can print
    out the dependencies. Today the only option is the --installed-deps option on
    the show command which spits out dependencies in the format of the lockfile. #543

  • The installer will no longer attempt to symlink targets which are not valid
    executables on the platform. This works around some issues with Packages that
    would prevent to install such as changedetection.io. #542

New Contributors

Full Changelog: 0.17.0...0.18.0

Don't miss a new rye release

NewReleases is sending notifications on new releases.