Closed xhochy closed 3 years ago
Thanks for reporting, and sorry for the mess....starlette-base
no longer exists, it existed only for versions 0.13.5 and 0.13.6. Packages were then renamed to starlette
and starlette-full
. How do you suggest we fix this? We could mark those packages as broken so that the legacy naming disappears, and if those specific versions are required we could make a back-release. What do you think?
I would just patch the repodata.json with the above run_constrained. PR coming from me in the next days.
Issue:
We see issues like https://github.com/conda-forge/fastapi-feedstock/issues/43 popping up where an old
starlette-base
version is installed alongside a newstarlette
version causing file clobbering and random behaviour which version ofstarlette
is actually installed really at the end.Thus we should add a repodata patch that add a
run_constraint
forstarlette
tostarlette-base
.