While investigating biopragmatics/bioregistry#1336 I found that independent of bioregistry, pip install curies[fastapi] doesn't install any of the fastapi optional dependencies. It appears the extra dependencies in curies are generally not working anymore, probably due to recent changes related to the build (using uv, etc.). Note that pip install curies[fastapi]<0.10 works as expected.
While investigating biopragmatics/bioregistry#1336 I found that independent of bioregistry,
pip install curies[fastapi]doesn't install any of thefastapioptional dependencies. It appears the extra dependencies in curies are generally not working anymore, probably due to recent changes related to the build (using uv, etc.). Note thatpip install curies[fastapi]<0.10works as expected.