Conflicting package versions dependencies in Python uv_python_image Conflicting dependencies on package versions and python versions used to be the bane of every python developer's existence Until uv came along To fix dependency problems I suggest you replace pip install with uv add (Just run pip install uv and then go to your project dir and run uv init to get started )
Conflicting method name for an OData Endpoint - Stack Overflow So, you got the "conflicting method" Remove Route[ ] should work If you want to get odata and non-odata responses both from one controller action, you should make the route template distinguish One option is add a prefix when calling AddRouteComponent Hope it can help
Conflicting with version dependencies when running pip install Having issues with version dependencies when running pip install on docker However, when installing on my mac without docker and just virtualenv, works perfectly fine These are the versions I use