patterns-app / patterns-devkit

Data pipelines from re-usable components
BSD 3-Clause "New" or "Revised" License
106 stars 5 forks source link

update click version to fix bug #158

Closed samnickolay closed 2 years ago

samnickolay commented 2 years ago

The API server uses the devkit which uses typer/click and there's a bug with typer/click (https://github.com/tiangolo/typer/issues/377), I think fixing the version of typer here, should fix the resulting issue in the API server. Lmk what you think!

black (22.1.0) depends on click (>=8.0.0) and basis-devkit depends on click (^7.1.1), black (>=22.1.0,<23.0.0) is incompatible with basis-devkit So I think we need to update click version in devkit to 8.0.4 (but not 8.1.0) and that will resolve these issues

tiangolo commented 2 years ago

I just released Typer 0.4.1 that should handle it. :rocket: :nerd_face: