github astral-sh/rye 0.9.0

latest releases: 0.40.0, 0.39.0, 0.38.0...
15 months ago

What's Changed

  • The internal Rye Python version is now 3.11.

  • Rye now emits most messages, most of the time to stdout rather than stderr. #342

  • rye add now accepts --pin to let one override the type of pin to use. #341

  • Added rye config to read and manipulate the config.toml file. #339

  • Added support for the new behavior.global-python flag which turns on global
    Python shimming. When enabled then the python shim works even outside of
    Rye managed projects. Additionally the shim (when run outside of Rye managed
    projects) supports a special first parameter +VERSION which requests a
    specific version of Python (eg: python +3.8 to request Python 3.8). #336

  • Renamed the config key default.dependency_operator to default.dependency-operator
    and behavior.force_rye_managed to behavior.force-rye-managed. #338

Full Changelog: 0.8.0...0.9.0

Don't miss a new rye release

NewReleases is sending notifications on new releases.