You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
× No solution found when resolving dependencies:
╰─▶ Because graphene-sentry==0.4.0 depends on sentry-sdk>=0.5.2,<=0.10.1 and only graphene-sentry==0.4.0 is available, we can conclude that all versions of graphene-sentry depend on sentry-sdk>=0.5.2,<=0.10.1.
And because your project depends on graphene-sentry and sentry-sdk>=2.14.0,<2.15, we can conclude that your project's requirements are unsatisfiable.
Perhaps just have a minimum required version - if you're sure you need a certain API - while leaving the cap on new versions unbounded. This leaves the max downstream compatibility. Some package managers will lock users out of releases that'd otherwise work.
Consider doing this with both requirements (either removing the constraint or just imposing the minimum version).
Description
Installing via
uv
(repo, docs, PyPI) ran into thesentry-sdk
constraint in setup.py:graphene-django-sentry/setup.py
Line 13 in 49e0534
What I Did
uv 0.5.1 with these dependencies:
The text was updated successfully, but these errors were encountered: