mamba-org / mamba

The Fast Cross-Platform Package Manager
https://mamba.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.96k stars 359 forks source link

maint: Unpin libcurl<8.10 #3548

Closed jjerphan closed 1 month ago

jjerphan commented 1 month ago

To see if libcurl 8.10.1 solved the problem observed with libcurl 8.10.0.

jjerphan commented 1 month ago

So 8.10.0 likely had a bug which was fixed in 8.10.1.

Do we need to do something to prevent 8.10.0 from being used? E.g. specify libcurl != 8.10.0 for libmamba's runtime dependency?

JohanMabille commented 1 month ago

I don't think so, unless someone explicitely pings this broken version, the user will get the latest 8.10 version, or something < 8 if he has an upper bound. I would prefer to mark the build 8.10 as broken on ocnda-forge, even if that might be a bit extreme.