Skip to content

Release 0.1.0

Compare
Choose a tag to compare
@zanieb zanieb released this 20 Sep 22:39
· 175 commits to main since this release

This is the first release of poetry-relax! Thanks for taking a look at the project.

This version supports the following commands:

# Install poetry-relax
poetry self add poetry-relax

# Relax constraints for which Poetry set an upper version
poetry relax

# Relax constraints and check that they are resolvable without performing upgrades
poetry relax --check

# Relax constraints and upgrade packages
poetry relax --update

# Relax constraints and update the lock file without upgrading packages
poetry relax --lock

# Preview the changes `poetry relax` would make without modifying the project
poetry relax --dry-run

See the README for more details.