1.0.0b4
Pre-release
Pre-release
Changed
- Specifying dependencies with
allows-prereleases
in thepyproject.toml
file is deprecated for consistency with theadd
command. Useallow-prereleases
instead.
Fixed
- Fixed some issues with
path
dependencies being seen asgit
dependencies. - Fixed various issues with the way
extra
markers in dependencies were handled. - Fixed the option conflicts in the
run
command.