Hi, I have a transitive dependency that can’t be solved (found one incompatible version) although I can’t see any other package requires it in the lock file… you have any suggestions why this could happen and how to solve it?
b
broad-processor-92400
01/22/2025, 11:03 PM
Sorry for the trouble! It'll be hard for us to help you without more info.
Can you share the error message? Even better would be a reduced example, but we can start with the errror.
m
many-sunset-44245
01/23/2025, 8:32 AM
Failed to resolve compatible artifacts from requirements.lock for 1 target:
1. /usr/bin/python3.8 failed to resolve all requirements for …
Configured with:
Build: True
use_wheel: True
Dependency on starlette not satisfied, 1 incompatible candidate found:
1.) starlette 0.43 does not satisfy the following requirements: <0.42.0, >=0.40.0 (via: fastapi-> starlette<0.42.0, >=0.40.0 )
many-sunset-44245
01/23/2025, 8:53 AM
Is there a way to ignore this and use the incompatible version?