hmm in <https://github.com/PrefectHQ/prefect/blob/...
# ask-community
s
hmm in https://github.com/PrefectHQ/prefect/blob/0.14.18/requirements.txt the dep
click >= 7.0.0
will install
click v8.0.0
. This is not compatible with
click v7.1.2
which is part of the prefect-server docker image (with tag
core-0.14.18
)