scylladb / scylla-cqlsh

A fork of the cqlsh code
Apache License 2.0
16 stars 30 forks source link

reloc: install build==0.10.0 #53

Closed tchaikov closed 1 year ago

tchaikov commented 1 year ago

to silence the warning from pip:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
poetry 1.5.1 requires build<0.11.0,>=0.10.0, but you have build 1.0.3 which is incompatible.

unfortunately, despite that poetry master HEAD now supports build==1.0.3, the latest release of poetry (v1.6.1) still does not include that change. so let's use the version supported by poetry.

tchaikov commented 1 year ago

@fruch hi Israel, could you help review this change?